# New Ticket Created by "brian d foy" # Please include the string: [perl #43567] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43567 >
The PAUSE indexer is confused by Parrot::Configure::Data because it sees a line that has $Data::Dumper::VERSION in it. ExtUtils::Makemaker has the same problem, because PAUSE and Makemaker look for /([\$*])(([\w\:\']*)\bVERSION)\b.*\=/ in the source. In the two places I saw $Data::Dumper::VERSION, Parrot really just wants to know if Data::Dumper has Sortkeys(). Just check directly with can(). As far as I can tell, no new test failures happen from this change on my machine. Once you fixup this problem, I can make some more clean-ups for the parrot distro in PAUSE and finish moving all the distro modules to the PARROTRE user. :) -- brian d foy <[EMAIL PROTECTED]> http://www.pair.com/~comdog/
data-dumper-sortkeys-patch.patch
Description: Binary data
