Skip to content

Commit

Permalink
CPAN.pm: Fix "Redundant argument in sprintf"
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
andk authored and iabyn committed Apr 20, 2015
1 parent be39acb commit 3198fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpan/CPAN/lib/CPAN.pm
Expand Up @@ -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
Expand Down Expand Up @@ -318,7 +318,6 @@ Enter 'h' for help.
},
$CPAN::VERSION,
$rl_avail
)
}
my($continuation) = "";
Expand Down

0 comments on commit 3198fda

Please sign in to comment.