summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-PP/files
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--converters/p5-JSON-PP/files/patch-MANIFEST9
-rw-r--r--converters/p5-JSON-PP/files/patch-Makefile.PL11
-rw-r--r--converters/p5-JSON-PP/files/patch-bin_json__pp13
-rw-r--r--converters/p5-JSON-PP/files/patch-json_pp20
4 files changed, 20 insertions, 33 deletions
diff --git a/converters/p5-JSON-PP/files/patch-MANIFEST b/converters/p5-JSON-PP/files/patch-MANIFEST
deleted file mode 100644
index b673cdfcbe02..000000000000
--- a/converters/p5-JSON-PP/files/patch-MANIFEST
+++ /dev/null
@@ -1,9 +0,0 @@
---- MANIFEST.orig 2022-07-31 06:10:05 UTC
-+++ MANIFEST
-@@ -1,5 +1,5 @@
- .travis.yml
--bin/json_pp
-+bin/p5json_pp
- Changes
- lib/JSON/PP.pm
- lib/JSON/PP/Boolean.pm
diff --git a/converters/p5-JSON-PP/files/patch-Makefile.PL b/converters/p5-JSON-PP/files/patch-Makefile.PL
deleted file mode 100644
index 7260e33de101..000000000000
--- a/converters/p5-JSON-PP/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2022-12-30 04:30:47 UTC
-+++ Makefile.PL
-@@ -19,7 +19,7 @@ WriteMakefile(
- 'Test::More' => 0,
- 'Scalar::Util' => '1.08'
- },
-- 'EXE_FILES' => [ 'bin/json_pp' ],
-+ 'EXE_FILES' => [ 'bin/p5json_pp' ],
- 'ABSTRACT_FROM' => 'lib/JSON/PP.pm', # retrieve abstract from module
- 'AUTHOR' => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>',
- ( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ),
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 ();
diff --git a/converters/p5-JSON-PP/files/patch-json_pp b/converters/p5-JSON-PP/files/patch-json_pp
new file mode 100644
index 000000000000..0f62c24bc5b0
--- /dev/null
+++ b/converters/p5-JSON-PP/files/patch-json_pp
@@ -0,0 +1,20 @@
+--- Makefile.PL.orig 2022-12-30 04:30:47 UTC
++++ Makefile.PL
+@@ -19,7 +19,7 @@ WriteMakefile(
+ 'Test::More' => 0,
+ 'Scalar::Util' => '1.08'
+ },
+- 'EXE_FILES' => [ 'bin/json_pp' ],
++ 'EXE_FILES' => [ 'bin/p5json_pp' ],
+ 'ABSTRACT_FROM' => 'lib/JSON/PP.pm', # retrieve abstract from module
+ 'AUTHOR' => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>',
+ ( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ),
+--- MANIFEST.orig 2022-07-31 06:10:05 UTC
++++ MANIFEST
+@@ -1,5 +1,5 @@
+ .travis.yml
+-bin/json_pp
++bin/p5json_pp
+ Changes
+ lib/JSON/PP.pm
+ lib/JSON/PP/Boolean.pm