in reply to Re^5: What Just Happened to my CPAN Shell?
in thread What Just Happened to my CPAN Shell?
The test script segfaults as per your example. However:$ perl -v This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi [...snip...]
I now have two Safe.pm's:$ perl -MSafe -e 'print $Safe::VERSION, "\n"' 2.14
I'm not sure why there is a discrepancy (no difference in Makefile.PL between the two versions), although I installed 2.14 via the CPAN shell, and 2.15 via bash.$ perl -MData::Dumper -e 'print Dumper(\@INC);' $VAR1 = [ '/etc/perl', '/usr/local/lib/perl/5.8.8', '/usr/local/share/perl/5.8.8', '/usr/lib/perl5', '/usr/share/perl5', '/usr/lib/perl/5.8', '/usr/share/perl/5.8', '/usr/local/lib/site_perl', '.' ];
$ perl test.pl 3.0.17
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: What Just Happened to my CPAN Shell?
by eskwayrd (Acolyte) on Feb 06, 2008 at 23:22 UTC |