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


CPANPLUS-Dist-PAR documentation  | view source Contained in the CPANPLUS-Dist-PAR distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    use CPANPLUS::Backend;

    my $cb  = CPANPLUS::Backend->new;
    my $mod = $cb->module_tree('Some::Module');

    $mod->test( format => 'CPANPLUS::Dist::PAR' );

DESCRIPTION

Top

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

Top

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

COPYRIGHT

Top

SEE ALSO

Top

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


CPANPLUS-Dist-PAR documentation  | view source Contained in the CPANPLUS-Dist-PAR distribution.