summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-PP/files/patch-bin_json__pp
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-09-08 06:35:02 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-09-08 07:03:25 +0800
commit62c0cb715eff675c0131b3ca9f0dc8edff0a1d4a (patch)
treeb438effb1d0833c1db1bad89f4dbd1e61556e923 /converters/p5-JSON-PP/files/patch-bin_json__pp
parentarchivers/py-blosc2: Update to 3.7.2 (diff)
converters/p5-JSON-PP: Rename patch files
- Use upstream patch link Reference: https://github.com/makamaka/JSON-PP/commit/7052740e158491666e4f27d75241617a16170102
Diffstat (limited to 'converters/p5-JSON-PP/files/patch-bin_json__pp')
-rw-r--r--converters/p5-JSON-PP/files/patch-bin_json__pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/converters/p5-JSON-PP/files/patch-bin_json__pp b/converters/p5-JSON-PP/files/patch-bin_json__pp
deleted file mode 100644
index 3a4471fc7983..000000000000
--- a/converters/p5-JSON-PP/files/patch-bin_json__pp
+++ /dev/null
@@ -1,13 +0,0 @@
-Silence Getopt::Long warning
-
---- bin/json_pp.orig 2025-08-20 12:20:56 UTC
-+++ 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 ();