The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPANPLUS::Dist::PAR - CPANPLUS distribution class to create PAR archives

SYNOPSIS

    use CPANPLUS::Backend;
    
    my $cb  = CPANPLUS::Backend->new;
    my $mod = $cb->module_tree('Some::Module');
    
    $mod->test( format => 'CPANPLUS::Dist::PAR' );

DESCRIPTION

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.

AUTHOR

This module by Jos Boumans <kane@cpan.org>.

COPYRIGHT

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.

SEE ALSO

CPANPLUS::Backend, CPANPLUS::Module, CPANPLUS::Dist, cpan2dist, PAR::Dist