PAR-Dist-FromCPAN

This module creates PAR distributions from any number of modules from CPAN.

The L<PAR::Dist> module is used to create .par distributions from an unpacked CPAN distribution. The L<CPAN> module is used to fetch the distributions from the CPAN.

PAR has a mailing list, <par@perl.org>, that you can write to; send an empty mail to <par-subscribe@perl.org> to join the list and participate in the discussion.

Please send bug reports to <bug-par-dist-fromcpan@rt.cpan.org>.

The official PAR website may be of help, too: http://par.perl.org

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

PAR::Dist

Core modules:
CPAN
Cwd
File::Copy
Getopt::Long
File::Find

COPYRIGHT AND LICENCE

Copyright (C) 2006-2009 by Steffen Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6 or, at your option, any later version of Perl 5 you may have available.