Subject: | 'require 5.006' better than 'require 5.6.0' |
% /usr/local/perl-5.005_05/bin/perl -e 'require 5.006'
Perl 5.006 required--this is only version 5.00505, stopped at -e line 1.
% /usr/local/perl-5.005_05/bin/perl -e 'require 5.6.0'
Can't locate 5.60 in @INC (@INC contains:
/usr/local/perl-5.005_05/lib/5.00505/i686-linux
/usr/local/perl-5.005_05/lib/5.00505
/usr/local/perl-5.005_05/lib/site_perl/5.005/i686-linux
/usr/local/perl-5.005_05/lib/site_perl/5.005 .) at -e line 1.
Eliminating this cause for FAILs helps spotting other systematic reasons
for failing tests.
Best,