1CPAN2DIST(1)          User Contributed Perl Documentation         CPAN2DIST(1)
2
3
4

NAME

6       cpan2dist - The CPANPLUS distribution creator
7

DESCRIPTION

9       This script will create distributions of "CPAN" modules of the format
10       you specify, including its prerequisites. These packages can then be
11       installed using the corresponding package manager for the format.
12
13       Note, you can also do this interactively from the default shell, "CPAN‐
14       PLUS::Shell::Default". See the "CPANPLUS::Dist" documentation, as well
15       as the documentation of your format of choice for any format specific
16       documentation.
17

USAGE

Built-In Filter Lists

20       Some modules you'd rather not package. Some because they are part of
21       core-perl and you dont want a new package.  Some because they won't
22       build on your system. Some because your package manager of choice
23       already packages them for you.
24
25       There may be a myriad of reasons. You can use the "--ignore" and
26       "--ban" options for this, but we provide some built-in lists that catch
27       common cases. You can use these built-in lists if you like, or supply
28       your own if need be.
29
30       Built-In Ignore List
31
32       You can use this list of regexes to ignore modules matching to be
33       listed as prerequisites of a package. Particulaly useful if they are
34       bundled with core-perl anyway and they have known issues building.
35
36       Toggle it by supplying the "--default-ignorelist" option.
37
38       Built-In Ban list
39
40       You can use this list of regexes to disable building of these modules
41       altogether.
42
43       Toggle it by supplying the "--default-banlist" option.
44

SEE ALSO

46       CPANPLUS::Dist, CPANPLUS::Module, CPANPLUS::Shell::Default, "cpanp"
47

BUG REPORTS

49       Please report bugs or other issues to <bug-cpanplus@rt.cpan.org<gt>.
50

AUTHOR

52       This module by Jos Boumans <kane@cpan.org>.
53
55       The CPAN++ interface (of which this module is a part of) is copyright
56       (c) 2001 - 2007, Jos Boumans <kane@cpan.org>. All rights reserved.
57
58       This library is free software; you may redistribute and/or modify it
59       under the same terms as Perl itself.
60
61
62
63perl v5.8.8                       2007-03-31                      CPAN2DIST(1)
Impressum