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


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

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