1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
This is the README file for PAR::Dist, a toolkit to create and
manipulate PAR distributions.
Please type "perldoc PAR::Dist" after installation to see the module
usage information.
* Installation
PAR::Dist uses the standard perl module install process:
perl Makefile.PL
make
make test
make install
* Source Repository
You can check out the most recent revision from PAR's GitHub repository:
https://github.com/rschupp/PAR-Dist
* 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.
Archives of the mailing list are available at
<https://www.mail-archive.com/par@perl.org/> or <https://groups.google.com/g/perl.par>.
Please submit bug reports to <https://github.com/rschupp/PAR-Dist/issues>.
* Copyright
Copyright 2003-2011 by Audrey Tang <autrijus@autrijus.org>.
All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.
See LICENSE.
|