App-sourcepan

 view release on metacpan or  search on metacpan

bin/sourcepan  view on Meta::CPAN

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
This command fetches the source distribution for the modules or distributions
named on the commandline, and places each in the current working directory.
 
=head1 OPTIONS
 
=over 4
 
=item --dist
 
Clarifies that the items named on the commandline are distribution names (i.e.
base names of archives). Usually not required, as this will be guessed if the
item name contains a C<-> character.
 
=item --module
 
Clarifies that the items named on the commandline are module names (i.e. perl
packages). Usually not required as this is the default unless a name contains
the C<-> character, which is not allowed in module names.
 
=item --extract, -x



( run in 0.312 second using v1.01-cache-2.11-cpan-87723dcf8b7 )