summaryrefslogtreecommitdiff
path: root/lang/perl5.40/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.40/files')
-rw-r--r--lang/perl5.40/files/patch-Configure8
-rw-r--r--lang/perl5.40/files/patch-cpan_JSON-PP_bin_json__pp11
2 files changed, 15 insertions, 4 deletions
diff --git a/lang/perl5.40/files/patch-Configure b/lang/perl5.40/files/patch-Configure
index 049b48874bea..eb90f0a1e537 100644
--- a/lang/perl5.40/files/patch-Configure
+++ b/lang/perl5.40/files/patch-Configure
@@ -2,9 +2,9 @@
- ?
- ?
---- Configure.orig 2024-04-26 09:23:35 UTC
+--- Configure.orig 2025-05-31 19:01:11 UTC
+++ Configure
-@@ -3916,7 +3916,10 @@ esac
+@@ -3917,7 +3917,10 @@ esac
. ./posthint.sh
: who configured the system
@@ -16,7 +16,7 @@
case "$cf_by" in
"")
cf_by=`(logname) 2>/dev/null`
-@@ -5044,7 +5047,7 @@ esac
+@@ -5045,7 +5048,7 @@ do
: Now check and see which directories actually exist, avoiding duplicates
for xxx in $dlist
do
@@ -25,7 +25,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
-@@ -9595,8 +9598,7 @@ prefixvar=siteman3dir
+@@ -9596,8 +9599,7 @@ case "$sitescript" in
: determine where add-on public executable scripts go
case "$sitescript" in
diff --git a/lang/perl5.40/files/patch-cpan_JSON-PP_bin_json__pp b/lang/perl5.40/files/patch-cpan_JSON-PP_bin_json__pp
new file mode 100644
index 000000000000..304bcab403bf
--- /dev/null
+++ b/lang/perl5.40/files/patch-cpan_JSON-PP_bin_json__pp
@@ -0,0 +1,11 @@
+--- 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 ();