On 26 Jan 2004 at 19:03, Autrijus Tang wrote:
> Note that if you check out the snapshot version, you'll see that all
> your App::Packer::Backend::PAR works are already included, and slightly
> refactored versions of pp_new and ppack are also included inside
> contrib/.
>
> My plan is to release 0.80 some time this week, with the old script/pp
> as default, and call for testers to work out bugs in contrib/pp_new
> before it's made default in 0.81. Hence, please check that I did not
> break your code inadvertantly.
>
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?
Alan Stewart