aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.42/files/patch-cpan_JSON-PP_bin_json__pp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.42/files/patch-cpan_JSON-PP_bin_json__pp')
-rw-r--r--lang/perl5.42/files/patch-cpan_JSON-PP_bin_json__pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5.42/files/patch-cpan_JSON-PP_bin_json__pp b/lang/perl5.42/files/patch-cpan_JSON-PP_bin_json__pp
new file mode 100644
index 000000000000..5b984b30f83b
--- /dev/null
+++ b/lang/perl5.42/files/patch-cpan_JSON-PP_bin_json__pp
@@ -0,0 +1,13 @@
+Silence Getopt::Long warning
+
+--- cpan/JSON-PP/bin/json_pp.orig 2025-05-15 13:39:16 UTC
++++ cpan/JSON-PP/bin/json_pp
+@@ -2,7 +2,7 @@ use strict;
+
+ BEGIN { pop @INC if $INC[-1] eq '.' }
+ use strict;
+-use Getopt::Long;
++use Getopt::Long qw( :config no_ignore_case );
+ use Encode ();
+
+ use JSON::PP ();