summaryrefslogtreecommitdiff
path: root/htdocs/docs/CGI-modules-2.76-patch.txt
diff options
context:
space:
mode:
authorivan <ivan>1999-02-09 05:45:48 +0000
committerivan <ivan>1999-02-09 05:45:48 +0000
commit29ad6d23263f0f6af67e130f6f4f7da431fc5a15 (patch)
tree77c6ad477a5e670423040a2765ed244ebc47b1ea /htdocs/docs/CGI-modules-2.76-patch.txt
parente0da34d97b1463b55a334e8dae10cd55796e2312 (diff)
no longer needed
Diffstat (limited to 'htdocs/docs/CGI-modules-2.76-patch.txt')
-rwxr-xr-xhtdocs/docs/CGI-modules-2.76-patch.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/htdocs/docs/CGI-modules-2.76-patch.txt b/htdocs/docs/CGI-modules-2.76-patch.txt
deleted file mode 100755
index 9729623..0000000
--- a/htdocs/docs/CGI-modules-2.76-patch.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is a patch for Base.pm.old to update it to Base.pm.
-# It was generated by makepatch 1.93 (2.0BETA) on Tue Nov 3 21:44:39 1998.
-#
-# To apply this patch, chdir to source directory Base.pm.old and enter
-#
-# patch -p1 -N < <this-file>
-
-exit
-# End of preamble.
-
-# Patch input follows.
-__DATA__
-Index: Base.pm
-Prereq: 2.76
-####### =>
-*** Base.pm.old Wed Oct 14 00:24:12 1998
---- Base.pm Tue Nov 3 21:38:49 1998
-***************
-*** 938,945 ****
- my $orig_uri = $self->get_uri;
- $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri")
- if $Debug;
-! my $msg = ($perm) ? ServerHdr(301,"Moved Permanently")
-! : ServerHdr(302,"Moved Temporarily");
- my $hdrs = SendHeaders($msg, LocationHdr($to_uri));
- $self->log($hdrs);
- }
---- 938,945 ----
- my $orig_uri = $self->get_uri;
- $self->log("Redirecting $CGI::Base::REQUEST_METHOD $orig_uri to $to_uri")
- if $Debug;
-! my $msg = ($perm) ? StatusHdr(301,"Moved Permanently")
-! : StatusHdr(302,"Moved Temporarily");
- my $hdrs = SendHeaders($msg, LocationHdr($to_uri));
- $self->log($hdrs);
- }
-
-
-End of Patch.