Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

autrijus (1505)

autrijus
  (email not shown publicly)
http://pugs.blogs.com/

Journal of autrijus (1505)

Saturday October 19, 2002
12:59 PM

PAR.pm flies!

[ #8467 ]
PAR is like Java's .jar files; .par files contains a zip-compressed folder of a typical blib/ directory, and could be put into @INC, loaded and executed on the fly, as well as turning into stand-alone scripts or executables (aka Perl2Exe or PerlApp).

I just uploaded Version 0.10 which adds support for XS modules.

Its multi-platform support (by having different architecture directories inside the .par file, and loading XS files on the fly) makes it a powerful way to distribute Perl applications, as well as letting multiple versions of a same module to coexist on a system.

Thanks for everybody on magnet #perl that helped me figuring out the magic bits. :-)

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.