While trying out a sneaky:

if ($ENV{PAR_CLEAN}) {
    my $zip = $PAR::LibCache{$ENV{PAR_PROGNAME}};
    PAR::_extract_inc($zip, 1);
}

In my wrapper script, I found that this works in one mode of
operation, but when the application forks a child process
that completes early, the contents of the temp-$pid/inc dir
are partially deleted.

Just punishment for calling an internal method, perhaps.

Brad

--
 It is said that much sake, self-pride and luxury are to be avoided by a
 samurai. -- Hagakure http://bereft.net/hagakure/

Reply via email to