In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e13751452f8f5397a445636efcdb6e48c40a2ea9?hp=c67d51c3922d4d13cf9e6cb85678814563783c5b>

- Log -----------------------------------------------------------------
commit e13751452f8f5397a445636efcdb6e48c40a2ea9
Author: David Golden <[email protected]>
Date:   Sat Aug 15 14:39:39 2009 -0400

    quick fix cpan -r
-----------------------------------------------------------------------

Summary of changes:
 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 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'  ],

--
Perl5 Master Repository

Reply via email to