diff options
Diffstat (limited to 'converters/p5-JSON-PP/files/patch-json_pp')
-rw-r--r-- | converters/p5-JSON-PP/files/patch-json_pp | 20 |
1 files changed, 20 insertions, 0 deletions
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 |