in reply to Perl 5.10 cpan shell upgrade and newer versions in perl 5.8.9
Because perl 5.8.9 (a maintenance release) was released after 5.10.
* Is there a way to get rid of these calls to perl-5.8.9?
No. Its a general quirk of CPAN/cpan, since most core modules aren't released separately (like Cwd). It makes no sense to try upgrade to an older version of perl (which old versions cpan tried to do).
To get the latest version, download from git:
http://perl5.git.perl.org/perl.git/blob/HEAD:/lib/File/Copy.t
http://perl5.git.perl.org/perl.git/blob/HEAD:/lib/File/Copy.pm
|
---|