summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-08-15 14:39:39 -0400
committerDavid Mitchell <davem@iabyn.com>2009-08-16 11:34:46 +0100
commitea6014d87850fa4eb32af55132e55b2ab7ee6008 (patch)
tree46534991f924f3c4cb01d573795cd48ea9fc47f9
parent0b43a56a15be6cf290817ada3eda7a28ea926266 (diff)
downloadperl-ea6014d87850fa4eb32af55132e55b2ab7ee6008.tar.gz
quick fix cpan -r
(cherry picked from commit e13751452f8f5397a445636efcdb6e48c40a2ea9)
-rw-r--r--lib/CPAN/bin/cpan2
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' ],