summaryrefslogtreecommitdiffstats
path: root/docs/xml/filetemp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/filetemp.patch')
-rw-r--r--docs/xml/filetemp.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/xml/filetemp.patch b/docs/xml/filetemp.patch
deleted file mode 100644
index 9fb70adce..000000000
--- a/docs/xml/filetemp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- File/Temp.pm.orig Thu Feb 6 16:26:00 2003
-+++ File/Temp.pm Thu Feb 6 16:26:23 2003
-@@ -205,6 +205,7 @@
- # eg CGI::Carp
- local $SIG{__DIE__} = sub {};
- local $SIG{__WARN__} = sub {};
-+ local *CORE::GLOBAL::die = sub {};
- $bit = &$func();
- 1;
- };
-@@ -226,6 +227,7 @@
- # eg CGI::Carp
- local $SIG{__DIE__} = sub {};
- local $SIG{__WARN__} = sub {};
-+ local *CORE::GLOBAL::die = sub {};
- $bit = &$func();
- 1;
- };