Quote% pp -c hello # Check dependencies from "perl -c hello"
% pp -x hello # Check dependencies from "perl hello"
% pp -I /foo hello # Extra include paths
% pp -M Foo::Bar hello # Extra modules in the include path
% pp -M abbrev.pl hello # Extra libraries in the include path
% pp -X Foo::Bar hello # Exclude modules
% pp -a data.txt hello # Additional data files
2015-04-18T14:58:28 GwenDragonUnd PAR::Packer konntest du installieren?
Welche Versionen von PAR und PAR::Packer?
Bei mir klappts nicht :(
QuoteY:\> cpan pp
QuoteY:\>cpan PAR::Packer
QuoteCPAN: CPAN::SQLite loaded ok (v0.204)
Database was generated on Sat, 18 Apr 2015 05:38:07 GMT
CPAN: Module::CoreList loaded ok (v5.20150220)
PAR::Packer is up to date (1.025).
2015-04-19T08:16:11 GwenDragon--bundle alle Core-Module bündeln
--lib=I:\OTHER\PERL\LIBS weitere Pfade auf die Libraries setzen
--link=DATEI.DLL fehlende DLLs hinzufügen
siehe auch https://metacpan.org/pod/pp#EXAMPLES
c:\> pp -l c:\Strawberry\c\bin\libeay32_.dll -l c:\Strawberry\c\bin\zlib1_.dll -l c:\Strawberry\c\bin\ssleay32_.dll -o 20150420_FlickrReachXtendr.exe 20150410_manage_followers.pl