Skip to content

Commit a2e89a9

Browse files
authored
Merge pull request #93 from heikojansen/patch-1
Silence Getopt::Long warning
2 parents e813718 + 7052740 commit a2e89a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/json_pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BEGIN { pop @INC if $INC[-1] eq '.' }
44
use strict;
5-
use Getopt::Long;
5+
use Getopt::Long qw( :config no_ignore_case );
66
use Encode ();
77

88
use JSON::PP ();

0 commit comments

Comments
 (0)