CPANPLUS::Dist::PAR - CPANPLUS distribution class to create PAR archives
use CPANPLUS::Backend;
my $cb = CPANPLUS::Backend->new;
my $mod = $cb->module_tree('Some::Module');
$mod->test( format => 'CPANPLUS::Dist::PAR' );
Creates a PAR distribution of a CPAN module, using the
CPANPLUS::Dist::* plugin structure.
See the CPANPLUS::Module manpage how to pass formats to the install
methods.
See the PAR::Dist manpage for details about the generated archives.
This module by Jos Boumans <kane@cpan.org>.
This module is copyright (c) 2006 Jos Boumans <kane@cpan.org>. All rights reserved.
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.
the CPANPLUS::Backend manpage, the CPANPLUS::Module manpage, the CPANPLUS::Dist manpage,
cpan2dist, PAR::Dist