From 832ed621fb3e671b27556ac8c79a24ec456ace3a Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Mon, 14 Dec 2009 16:37:25 -0500 Subject: [PATCH 1/1] perl distro packages on Fedora --- doc/cpan.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/cpan.mdwn b/doc/cpan.mdwn index 914f08f..fd1346b 100644 --- a/doc/cpan.mdwn +++ b/doc/cpan.mdwn @@ -6,7 +6,9 @@ Most popular Linux distributions package a large number of CPAN modules as part of the distribution. If a sufficiently new version of the package you want is available from your distribution, this is likely to be a better option than installing it from CPAN. -If you are running Debian or Ubuntu, the Perl module `Foo::Bar` will be present, if at all, under the name `libfoo-bar-perl`. +If you are running Debian or Ubuntu, the Perl module `Foo::Bar` will be present, if at all, under the name `libfoo-bar-perl`. On Fedora, it will be named `perl-Foo-Bar`, or can be found with the query + + yum whatprovides 'perl(Foo::Bar)' ## The short version (installing packages system-wide) -- 2.44.0