diff options
author | David Golden <dagolden@cpan.org> | 2009-08-15 14:39:39 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2009-08-15 14:39:39 -0400 |
commit | e13751452f8f5397a445636efcdb6e48c40a2ea9 (patch) | |
tree | 5ca4d9f99fb95c256b9abe90e42501cd073c3b68 /lib/CPAN | |
parent | c67d51c3922d4d13cf9e6cb85678814563783c5b (diff) | |
download | perl-e13751452f8f5397a445636efcdb6e48c40a2ea9.tar.gz |
quick fix cpan -r
Diffstat (limited to 'lib/CPAN')
-rw-r--r-- | lib/CPAN/bin/cpan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPAN/bin/cpan b/lib/CPAN/bin/cpan index 52a1b20f22..d06666e78f 100644 --- a/lib/CPAN/bin/cpan +++ b/lib/CPAN/bin/cpan @@ -225,7 +225,7 @@ my %Method_table = ( O => [ \&_show_out_of_date, 0, 0, 'Showing Out of date' ], L => [ \&_show_author_mods, 1, 0, 'Showing author mods' ], a => [ \&_create_autobundle, 0, 0, 'Creating autobundle' ], - r => [ \&_recompile, 0, 0, 'Recompiling' ], + r => [ \&_recompiling, 0, 0, 'Recompiling' ], c => [ \&_default, 1, 0, 'Running `make clean`' ], f => [ \&_default, 1, 0, 'Installing with force' ], |