Subject: | version.pl dies on version call when giving CGI as argument |
The bug cannot be replicated and has currently only been seen on: Linux running perl 5.8.5.
The original bug reporter was using:
version.pl version 0.4
Module::Info::File 0.07
Module::Info 0.26
These are the internal data:
$VAR1 = {
'name' => 'CGI',
'dir' => '/usr/local/perl-5.8.5/lib/5.8.5'
};
Should be:
$VAR1 = bless( {
'file' => '/usr/local/lib/perl5/site_perl/5.8.5/CGI.pm',
'name' => 'CGI',
'dir' => '/usr/local/lib/perl5/site_perl/5.8.5'
}, 'Module::Info::File' );
CGI located in /usr/local/lib/perl5/site_perl/5.8.5 is version: 3.05
I have written a test and send several mails to the original bug reporter in order to isolate the
problem.