diff options
author | jake%bugzilla.org <> | 2003-04-23 09:04:01 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-04-23 09:04:01 +0000 |
commit | 78e29c8900fa96d67163a34a0c02c7cecb31b55f (patch) | |
tree | f4e97e5b99809faa9f3bc1c48f7a6adaefb6bbb7 /docs/sgml/filetemp.patch | |
parent | 58ab63119c6de5dbdfa74d268196da734e5c5fc2 (diff) | |
download | bugs-78e29c8900fa96d67163a34a0c02c7cecb31b55f.tar bugs-78e29c8900fa96d67163a34a0c02c7cecb31b55f.tar.gz bugs-78e29c8900fa96d67163a34a0c02c7cecb31b55f.tar.bz2 bugs-78e29c8900fa96d67163a34a0c02c7cecb31b55f.tar.xz bugs-78e29c8900fa96d67163a34a0c02c7cecb31b55f.zip |
The source files for the Bugzilla Guide have long been using the XML version of DocBook but still residing in the sgml/ directory with an extension of .sgml.
In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
Diffstat (limited to 'docs/sgml/filetemp.patch')
-rw-r--r-- | docs/sgml/filetemp.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/sgml/filetemp.patch b/docs/sgml/filetemp.patch deleted file mode 100644 index 9fb70adce..000000000 --- a/docs/sgml/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; - }; |