Skip Menu |

This queue is for tickets about the CPAN-Changes CPAN distribution.

Report information
The Basics
Id: 104565
Status: resolved
Priority: 0/
Queue: CPAN-Changes

People
Owner: Nobody in particular
Requestors: MRDVT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.30
Fixed in: (no value)



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
On Wed May 20 10:31:01 2015, MRDVT wrote: Show quoted text
> 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
I'm pretty sure this is caused by a bug in version.pm 0.9905. Can you check the version of version.pm that you have? $ perl -Mversion -le'print version->VERSION'
I've bumped the version prereq for 0.400001 which should fix this.