Skip Menu |

This queue is for tickets about the Module-Versions-Report CPAN distribution.

Report information
The Basics
Id: 36476
Status: resolved
Priority: 0/
Queue: Module-Versions-Report

People
Owner: RUZ [...] cpan.org
Requestors: jesse [...] bestpractical.com
Cc:
AdminCc:

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



Subject: Not 5.10 safe
Date: Thu, 5 Jun 2008 10:45:39 -0400
To: bug-module-versions-report [...] rt.cpan.org
From: Jesse Vincent <jesse [...] bestpractical.com>
Not a GLOB reference at /opt/perl-5.10.0/lib/site_perl/5.10.0/Module/ Versions/Report.pm line 125. context: ... 121: next if $this eq 'main'; # %main:: is %:: 122: 123: #print "Peeking at $this => ${$this . '::VERSION'}\n"; 124: 125: if(defined ${$this . '::VERSION'} ) { 126: $v{$this} = ${$this . '::VERSION'}; 127: $count++; 128: } elsif( 129: defined *{$this . '::ISA'} or defined &{$this . '::import'} ...
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.

Try 1.04, will be available soon on the CPAN. On Thu Jun 05 10:47:36 2008, jesse@bestpractical.com wrote: Show quoted text
> Not a GLOB reference at /opt/perl-5.10.0/lib/site_perl/5.10.0/Module/ > Versions/Report.pm line 125. > context: > ... > 121: next if $this eq 'main'; # %main:: is %:: > 122: > 123: #print "Peeking at $this => ${$this . '::VERSION'}\n"; > 124: > 125: if(defined ${$this . '::VERSION'} ) { > 126: $v{$this} = ${$this . '::VERSION'}; > 127: $count++; > 128: } elsif( > 129: defined *{$this . '::ISA'} or defined &{$this . '::import'} > ...
-- Best regards, Ruslan.