Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

PAR 0.65 released; need binary package contributions

posted by Simon on 2003.03.11 5:36   Printer-friendly
autrijus writes " I am glad to announce that PAR 0.65 has been uploaded to CPAN. PAR is a cross between JAR and Perl2exe/PerlApp; this version marks significant improvements like automatic binary installation, POD stripping and 5.6.1 support."

Previously, PAR users need to have a C compiler to build self-contained binaries using pp. But now, if there is a binary package available for the that architecture, the Makefile.PL script will automatically fetch it, unpack into blib/, and the installation will continue as normal, resulting in a fully-functional 'pp'.

That feature is part of my soon-to-be-released Module::Install framework(snapshot); it should greatly benefit all CPAN authors with non-pure-perl distributions.

Also, a 'pp'-generated package will now strip POD sections from packed dependencies (user's own scripts are unaffected), reducing its size significantly. PAR executables can also work with UPX for maximized space-saving.

At the time of release, PAR only have pre-compiled binaries for a few architectures; if your platform does not ship with a C compiler by default (e.g. Mac OS X, Solaris, AIX), and you happen to have PAR successfully compiled, please type "make par" after installation, and mail it to me. URL pointing to the file is preferred, but you may also include the package in the email as attachment. Thanks!

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.