From: David Golden Date: Sat, 15 Aug 2009 18:39:39 +0000 (-0400) Subject: quick fix cpan -r X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e13751452f8f5397a445636efcdb6e48c40a2ea9;p=p5sagit%2Fp5-mst-13.2.git quick fix cpan -r --- diff --git a/lib/CPAN/bin/cpan b/lib/CPAN/bin/cpan index 52a1b20..d06666e 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' ],