[Bug 438251] Can't deference $Module::CoreList::versions{$]} in perl 5.10

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 19 21:18:24 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Can't deference $Module::CoreList::versions{$]} in perl 5.10


https://bugzilla.redhat.com/show_bug.cgi?id=438251





------- Additional Comments From jik at kamens.brookline.ma.us  2008-03-19 17:18 EST -------
Sorry, it's "version", not "versions".

Also, there's something funky going on here with Perl's interpretation of
strings vs. numbers.  Note this:

  DB<4> p $Module::CoreList::version{5.010000}
HASH(0x91a2b34)
  DB<5> p $Module::CoreList::version{$]}

  DB<6> p $]
5.010000
  DB<7> p $Module::CoreList::version{$]+0}
HASH(0x91a2b34)
  DB<8> 


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list