Alan Stewart wrote:
I haven't had time to study the new code yet, but a quick diff looks like there is an accidental insertion of text into line 1190 of App::Packer::Backend::PAR.pm.

In Edward's code it was:

wanted => sub { push(@return, $File::Find::name) if (-f $_); },

and in the snapshot, it is:

wanted => sub { push(@return, $File: //member/autrijus/PAR/lib/App/Packer/Backend/PAR.pm $_); },

Was there supposed to be a change here or not?

Oops, Perforce RCS tag expansion strikes again!


Fixed in depot by simply dropping $_. :-)

Thanks,
/Autrijus/

Reply via email to