in reply to Re^4: Pelr packer pp with -C fails else ok
in thread Pelr packer pp with -C fails else ok
It could be a race condition where the PAR temp dir is deleted before your code has finished its cleanup or some other step in global destruction (which has no guarantee of order if I remember correctly), but it is difficult to have any certainty without seeing your code. You could put some feedback statements into an end block in your code to get a better sense of when the error is triggered.
Maybe upgrading to the latest PAR::Packer will also help, but I don't see anything obvious in the change logs.
In any case, I packed using the command below, and it generates and removes the temp dir as expected.
pp -C -M Net::OpenSSH::ShellQuoter::POSIX -M arybase -o mytest.exe -e +"print join q{ }, @INC"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Pelr packer pp with -C fails else ok
by dkhosla1 (Sexton) on Oct 06, 2018 at 13:50 UTC | |
by swl (Prior) on Oct 06, 2018 at 23:35 UTC | |
by dkhosla1 (Sexton) on Oct 08, 2018 at 22:09 UTC | |
by swl (Prior) on Oct 09, 2018 at 00:06 UTC | |
by dkhosla1 (Sexton) on Oct 10, 2018 at 02:30 UTC | |
|