.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PAR::Packer 3" .TH PAR::Packer 3 2024-03-15 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME PAR::Packer \- PAR Packager .SH DESCRIPTION .IX Header "DESCRIPTION" This module implements the \fBApp::Packer::Backend\fR interface, for generating stand-alone executables, perl scripts and PAR files. .PP Currently, this module is used by the command line tool \fBpp\fR internally, as well as by the contributed \fIcontrib/gui_pp/gpp\fR program. .PP Since version 0.97 of PAR, this module and its related tools such as \f(CW\*(C`pp\*(C'\fR have been stripped from the PAR distribution and are now distributed as the \f(CW\*(C`PAR\-Packer\*(C'\fR distribution so that PAR users need not necessarily have a C compiler. .SH "SEE ALSO" .IX Header "SEE ALSO" PAR, pp .PP App::Packer, App::Packer::Backend .SH ACKNOWLEDGMENTS .IX Header "ACKNOWLEDGMENTS" Mattia Barbon for taking the first step in refactoring \fBpp\fR into \&\fBApp::Packer::Backend::PAR\fR, and Edward S. Peschko for continuing the work that eventually became this module. .SH AUTHORS .IX Header "AUTHORS" Audrey Tang .PP Steffen Mueller .PP Roderich Schupp .PP You can write to the mailing list at , or send an empty mail to to participate in the discussion. Archives of the mailing list are available at or . .PP Please submit bug reports to . .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2004\-2010 by Audrey Tang . .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. .PP See \fILICENSE\fR.