Bug 391273: filetemp.patch and dbschema.mysql should be removed from the docs directory - a=LpSolit

git-svn-id: svn://10.0.0.236/trunk@231608 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2007-08-07 20:56:57 +00:00
parent eb79f27475
commit 62882a17d5
2 changed files with 0 additions and 19 deletions

View File

@@ -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;
};