Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Info-File CPAN distribution.

Report information
The Basics
Id: 8099
Status: resolved
Priority: 0/
Queue: Module-Info-File

People
Owner: jonasbn [...] cpan.org
Requestors: jonasbn [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.07
Fixed in: 0.08



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.