Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) The CPANPLUS launcherPerl Encode Module Generator (Berikutnya)
Utilities

The CPANPLUS distribution creator

Daftar Isi

NAME

cpan2dist - The CPANPLUS distribution creator

DESCRIPTION

This script will create distributions of CPAN modules of the formatyou specify, including its prerequisites. These packages can then beinstalled using the corresponding package manager for the format.

Note, you can also do this interactively from the default shell,CPANPLUS::Shell::Default. See the CPANPLUS::Dist documentation,as well as the documentation of your format of choice for any formatspecific documentation.

USAGE

Built-In Filter Lists

Some modules you'd rather not package. Some because theyare part of core-perl and you dont want a new package.Some because they won't build on your system. Some becauseyour package manager of choice already packages them for you.

There may be a myriad of reasons. You can use the --ignoreand --ban options for this, but we provide some built-inlists that catch common cases. You can use these built-in listsif you like, or supply your own if need be.

Built-In Ignore List

You can use this list of regexes to ignore modules matchingto be listed as prerequisites of a package. Particularly usefulif they are bundled with core-perl anyway and they have knownissues building.

Toggle it by supplying the --default-ignorelist option.

Built-In Ban list

You can use this list of regexes to disable building of thesemodules altogether.

Toggle it by supplying the --default-banlist option.

SEE ALSO

CPANPLUS::Dist, CPANPLUS::Module, CPANPLUS::Shell::Default,cpanp

BUG REPORTS

Please report bugs or other issues to <[email protected]<gt>.

AUTHOR

This module by Jos Boumans <[email protected]>.

COPYRIGHT

The CPAN++ interface (of which this module is a part of) is copyright (c)2001 - 2007, Jos Boumans <[email protected]>. All rights reserved.

This library is free software; you may redistribute and/or modify itunder the same terms as Perl itself.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) The CPANPLUS launcherPerl Encode Module Generator (Berikutnya)