Subject: | addfile function change breaks PAR |
Hi Mark,
A recent change in Digest::SHA has caused PAR to break at line 489 in
PAR.pm. This has been reported to the PAR list as bug #19627. I think
the bug lies in your module which has changed the functionality of
addfile. The following line looks suspect to me where the $file is being
turned into a reference before being evaluated.
if (ref(\$file) eq 'GLOB') { return(_addfile($self, $file)) }
In my tests, this is always causing the ref to be REF, not GLOB. Let me
know if you need more information.
Thanks,
William