In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e2880212eacea7601285fe22abc41541ac90581e?hp=b63bc9b3dfd65dbfa74aa9e3173402826ddc6cb6>

- Log -----------------------------------------------------------------
commit e2880212eacea7601285fe22abc41541ac90581e
Author: Florian Ragwitz <[email protected]>
Date:   Sun Jul 25 20:33:12 2010 +0200

    Unbreak cherrymaint for actions other than vote
-----------------------------------------------------------------------

Summary of changes:
 Porting/cherrymaint |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Porting/cherrymaint b/Porting/cherrymaint
index 3a985b9..c7fb109 100644
--- a/Porting/cherrymaint
+++ b/Porting/cherrymaint
@@ -38,7 +38,7 @@ die $usage if grep { /^(--help|-h)$/ } @ARGV;
 my %opt = (address => \$addr);
 GetOptions( \%opt, 'address=s', keys %votemap ) or die $usage;
 
-if ( keys(%opt) > 1 ) {
+if ( keys(%opt) > 2 ) {
   die "Error: cherrymaint takes only one action argument\n\n$usage"
 }
 

--
Perl5 Master Repository

Reply via email to