Subject: | Inconsistent results from adddir |
Extract the attached tar archive, and try running
perl -MDigest::MD5::File -le 'my $d = Digest::MD5::File->new;
$d->adddir("foo"); print $d->hexdigest'
several times. On a sufficiently recent perl, the output will be
different each time.
Subject: | foo.tar |