1PAR::Packer(3) User Contributed Perl Documentation PAR::Packer(3)
2
3
4
6 PAR::Packer - PAR Packager
7
9 This module implements the App::Packer::Backend interface, for
10 generating stand-alone executables, perl scripts and PAR files.
11
12 Currently, this module is used by the command line tool pp internally,
13 as well as by the contributed contrib/gui_pp/gpp program.
14
15 Since version 0.97 of PAR, this module and its related tools such as
16 "pp" have been stripped from the PAR distribution and are now
17 distributed as the "PAR-Packer" distribution so that PAR users need not
18 necessarily have a C compiler.
19
21 PAR, pp
22
23 App::Packer, App::Packer::Backend
24
26 Mattia Barbon for taking the first step in refactoring pp into
27 App::Packer::Backend::PAR, and Edward S. Peschko for continuing the
28 work that eventually became this module.
29
31 Audrey Tang <cpan@audreyt.org>
32
33 Steffen Mueller <smueller@cpan.org>
34
35 Roderich Schupp <rschupp@cpan.org>
36
37 You can write to the mailing list at <par@perl.org>, or send an empty
38 mail to <par-subscribe@perl.org> to participate in the discussion.
39
40 Please submit bug reports to <bug-par-packer@rt.cpan.org>.
41
43 Copyright 2004-2010 by Audrey Tang <cpan@audreyt.org>.
44
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47
48 See LICENSE.
49
50
51
52perl v5.32.1 2021-01-27 PAR::Packer(3)