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'}
...
Message body not shown because it is not plain text.