Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-PAR
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
AUTHORS
3.76 KB
-rw-r--r--
2016-09-18 10:45:01
Edit
Del
Changes
47.54 KB
-rw-r--r--
2021-01-13 14:28:07
Edit
Del
README
1.9 KB
-rw-r--r--
2016-12-18 15:18:28
Edit
Del
Editing: README
(1.9 KB)
Path: /usr/share/doc/perl-PAR/README
Back
This is the README file for PAR, a toolkit to create and use perl scripts and modules stored inside compressed .par files. Please type "perldoc PAR" after installation to see the module usage information, and "perldoc PAR::FAQ" for frequently answered questions. For running ".par" files directly, please install PAR-Packer and see "perldoc parl". To generate/execute self-contained perl scripts, install PAR-Packer and see "perldoc par.pl" or "perldoc pp". An extensive "Cross-Platform Packaging and Deployment with PAR" tutorial is available as "perldoc PAR::Tutorial". A slightly outdated version is also available online at <http://www.autrijus.org/par-tutorial/>. * Installation PAR uses the standard perl module install process: perl Makefile.PL make make test make install * Historic note With version 0.97 of PAR, the logic for generating stand-alone executables has been refactored into the PAR-Packer distribution. It should be available from the same source you got PAR from. Hence, for packing scripts with prerequisite modules into stand-alone scripts or executables (aka PerlApp, Perl2exe, or 'perlcc that works'), see "perldoc pp" and "perldoc tkpp". Since version 0.97 of PAR, you do not need a C compiler any more to build it. All logic that required a C compiler previously was moved into the PAR-Packer distribution. * Source Repository You can check out the most recent revision from PAR's GitHub repository: https://github.com/rschupp/PAR * Contact You can write to the mailing list at <par@perl.org>, or send an empty mail to <par-subscribe@perl.org> to participate in the discussion. Please submit bug reports to <bug-par@rt.cpan.org>. * Copyright Copyright 2002-2010 by Audrey Tang <cpan@audreyt.org>. Copyright 2006-2010 by Steffen Mueller <smueller@cpan.org>. All rights reserved. You can redistribute and/or modify this bundle under the same terms as Perl itself. See LICENSE.