Subject: | Use of uninitialized value $version::LAX in regexp compilation |
Use of uninitialized value $version::LAX in regexp compilation at /usr/local/share/perl5/CPAN/Changes.pm line 67, <$fh> line 1.
Use of uninitialized value in hash element at /usr/local/share/perl5/CPAN/Changes.pm line 254, <$fh> line 1.
Version string 'Revision' contains invalid data; ignoring: 'Revision' at /usr/local/share/perl5/CPAN/Changes.pm line 230.
$ perl -MTest::CPAN::Changes -e 'print Test::CPAN::Changes->VERSION, "\n"'
0.30
The same exact Changes file passes on el5 Test::CPAN::Changes 0.08 without a hitch but on el6 Test::CPAN::Changes 0.30 it gives these warnings.
Mike
mrdvt92