Bug 491926 - perl-5.10.0-54.fc11.i386.rpm is missing CPAN.pm
Summary: perl-5.10.0-54.fc11.i386.rpm is missing CPAN.pm
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-24 16:57 UTC by Jim Schneider
Modified: 2009-03-24 17:40 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-24 17:40:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jim Schneider 2009-03-24 16:57:14 UTC
Description of problem:
The 5.10.0-54.fc11 build of perl 5.10 is missing the CPAN.pm library module.


Version-Release number of selected component (if applicable):
Fedora 11:  /etc/redhat-release contains "Fedora release 10.91 (Rawhide)"
perl 5.10: rpm -q perl gives a result of "perl-5.10.0-54.fc11.i386"

How reproducible:
Always

Steps to Reproduce:
1.  perl -MCPAN -eshell

  
Actual results:
Can't locate CPAN.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl .).
BEGIN failed--compilation aborted.

Expected results:
This should start the CPAN shell.

Additional info:

Comment 1 Tom "spot" Callaway 2009-03-24 17:40:15 UTC
Not a bug. You need to install the perl-CPAN package. Alternately, if you want to install all of the "core" perl modules at once, you can yum install perl-core.


Note You need to log in before you can comment on or make changes to this bug.