# New Ticket Created by  Peter Gibbs 
# Please include the string:  [perl #29618]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29618 >


While investigating the test failures in the current CVS parrot, I
discovered that at least one of the errors is caused by
lib/Parrot/PMC.pm not being updated during Configure. This stems from
the checksum algorithm used to decide if two files are the same, which
will happily consider files equal as long as they contain the same
bytes, regardless of position in the file.

Thus
<begin>
A=1
B=2
<end>
and
<begin>
A=2
B=1
<end>
are considered to match.

Regards
Peter Gibbs
EmKel Systems


Reply via email to