Jump to content

Perl Archive Toolkit

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Boleyn (talk | contribs) at 18:18, 23 June 2024 (has ref). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Perl Archive Toolkit (PAR) is a cross-platform packaging and deployment tool for computer applications and libraries written in the Perl programming language. Its name is inspired by Java's JAR (file format) technology. It was originally developed by Audrey Tang and is now maintained via the PAR development mailing list with help from numerous contributors[1].

Apart from creating, manipulating, loading, and installing binary PAR archives, the PAR module can be used to create standalone executables from complex applications using its PAR::Packer extension. Like many other Perl modules, PAR is primarily distributed via the CPAN where numerous extensions have been published. These include:

References

[edit]
  1. ^ "Ubuntu Manpage: PAR - Perl Archive Toolkit". manpages.ubuntu.com. Retrieved 2024-05-05.
[edit]