PAR-Packer
PAR-Packer copied to clipboard
(perl) Generate stand-alone executables, perl scripts and PAR files https://metacpan.org/pod/PAR::Packer
I have the following odd situation on MacOS 12 Intel. Doesn't seem to happen on MacOS
Hello I'm using the command pp -f Crypto -M Filter::Crypto::Decrypt -o script.pl mojo.pl ### log erro Plugin "HeaderCondition" missing, maybe you need to install it? BEGIN failed--compilation aborted at script/script.pl...
How to resolve this error? root@athusbsd:/usr/local/www/apache24/data # uname -a FreeBSD bsd.local 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20 UTC 2021 [email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 when i run root@athusbsd:/usr/local/www/apache24/data # pp -x...
Migrated from [rt.cpan.org#132811](https://rt.cpan.org/Ticket/Display.html?id=132811) (status was 'open') Requestors: * [email protected] From [email protected] on 2020-06-12 13:37:57 : ``` Hi, I just found out why PAR::Packer-generated executables tend to crash when I interact...
Migrated from [rt.cpan.org#132055](https://rt.cpan.org/Ticket/Display.html?id=132055) (status was 'open') Requestors: * [email protected] Attachments: * [mojo.patch](https://rt.cpan.org/Ticket/Attachment/1888669/1013120/mojo.patch) From [email protected] on 2020-03-04 23:57:24 : ``` test.pl: use TestModule; TestModule.pm: print __FILE__, "\n"; pp -o test test.pl;...
Migrated from [rt.cpan.org#69848](https://rt.cpan.org/Ticket/Display.html?id=69848) (status was 'open') Requestors: * [email protected] * [email protected] From [email protected] on 2011-07-27 21:41:15 : ``` Hi Mr. Mueller, When using pp to create a stanalone executable in...
Migrated from [rt.cpan.org#133081](https://rt.cpan.org/Ticket/Display.html?id=133081) (status was 'new') Requestors: * [email protected] From [email protected] on 2020-07-30 12:35:46 : ``` When building PAR::Packer with cperl (at least 5.28.2c, 5.30.0c) almost all test fail with...
Migrated from [rt.cpan.org#132802](https://rt.cpan.org/Ticket/Display.html?id=132802) (status was 'new') Requestors: * [email protected] From [email protected] on 2020-06-10 20:18:23 : ``` Hi, the following code in myldr/utils.c line 239 looks suspicious. Shouldn't PAR_TMPDIR also be...
This PR changes the default pp unpack directory under Windows to be in the user's %LOCALAPPDATA% directory, following discussions in and around https://rt.cpan.org/Public/Bug/Display.html?id=132811#txn-1902197 The system could alternately unpack under ```%LOCALAPPDATA%/Programs```....
PAR::Packer 1.056, PAR 1.017, Strawberry 5.30.2, Windows10 I have a program that uses Imager. Imager demand loads backends for writing PNG files and font handling. It works fine when packed...