We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e813718 + 7052740 commit a2e89a9Copy full SHA for a2e89a9
bin/json_pp
@@ -2,7 +2,7 @@
2
3
BEGIN { pop @INC if $INC[-1] eq '.' }
4
use strict;
5
-use Getopt::Long;
+use Getopt::Long qw( :config no_ignore_case );
6
use Encode ();
7
8
use JSON::PP ();
0 commit comments