in reply to Packaging Perl

PAR - Perl Archive Toolkit. "This module lets you easily bundle a typical blib/ tree into a zip file, called a Perl Archive, or PAR."

-- Rocco Caputo - troc@pobox.com - poe.perl.org

Replies are listed 'Best First'.
Re: Re: Packaging Perl
by audreyt (Hermit) on Nov 28, 2002 at 01:59 UTC
    Thanks for the recommendation. :-) I should also note that the "pp" utility included with PAR.pm also makes it very easy to generate self-contained perl scripts (that only require the perl binary to run), or self-contained executables (think perl2exe).

    Depending on your scenario you may find one or the various options offered by PAR more helpful than others.

    /Autrijus/