In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3198fda65dbcd975c56916e4b98f515fab7f02e5?hp=be39acb2d731fef6f575d98c6fb0cf896ab8c72d>

- Log -----------------------------------------------------------------
commit 3198fda65dbcd975c56916e4b98f515fab7f02e5
Author: Andreas Koenig <[email protected]>
Date:   Mon Apr 20 17:11:01 2015 +0100

    CPAN.pm: Fix "Redundant argument in sprintf"
    
    RT #122159
    
    5.22-tobe includes a new warning type, "Redundant argument in sprintf".
    Stop CPAN emitting such a warning.
    
    To quote Andreas from the ticket:
    "I'll jump to 2.12 then in my copy and will not release a 2.11"
-----------------------------------------------------------------------

Summary of changes:
 cpan/CPAN/lib/CPAN.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpan/CPAN/lib/CPAN.pm b/cpan/CPAN/lib/CPAN.pm
index 93ad482..6096916 100644
--- a/cpan/CPAN/lib/CPAN.pm
+++ b/cpan/CPAN/lib/CPAN.pm
@@ -2,7 +2,7 @@
 # vim: ts=4 sts=4 sw=4:
 use strict;
 package CPAN;
-$CPAN::VERSION = '2.10';
+$CPAN::VERSION = '2.11';
 $CPAN::VERSION =~ s/_//;
 
 # we need to run chdir all over and we would get at wrong libraries
@@ -318,7 +318,6 @@ Enter 'h' for help.
 
 },
                                  $CPAN::VERSION,
-                                 $rl_avail
                                 )
     }
     my($continuation) = "";

--
Perl5 Master Repository

Reply via email to