summaryrefslogtreecommitdiff
path: root/www/p5-CGI-modules/files/patch-Carp.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/p5-CGI-modules/files/patch-Carp.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-CGI-modules/files/patch-Carp.pm b/www/p5-CGI-modules/files/patch-Carp.pm
new file mode 100644
index 000000000000..eac7665f1907
--- /dev/null
+++ b/www/p5-CGI-modules/files/patch-Carp.pm
@@ -0,0 +1,11 @@
+--- CGI/Carp.pm.orig Sat Apr 5 03:12:02 1997
++++ CGI/Carp.pm Fri Apr 19 18:54:00 2002
+@@ -218,7 +218,7 @@
+ my($handle) = $in=~/[':]/ ? $in : "$package\:\:$in";
+ $no = fileno($handle);
+ }
+- die "Invalid filehandle $in\n" unless $no;
++ CORE::die "Invalid filehandle $in\n" unless $no;
+
+ open(SAVEERR, ">&STDERR");
+ open(STDERR, ">&$no") or