Skip to content

Commit

Permalink
Fix redundant sprintf errors in perl 5.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent af6e712 commit 2488528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/Util.pm
Expand Up @@ -92,7 +92,7 @@ else {
);

use strict;
no warnings qw(uninitialized numeric);
no warnings qw(uninitialized numeric redundant);
use Config;
use Fcntl;
use Errno;
Expand Down

0 comments on commit 2488528

Please sign in to comment.