get ride of CGIwrapper.pm
authorivan <ivan>
Sun, 17 Feb 2002 19:12:12 +0000 (19:12 +0000)
committerivan <ivan>
Sun, 17 Feb 2002 19:12:12 +0000 (19:12 +0000)
FS/FS/CGIwrapper.pm [deleted file]
FS/MANIFEST
FS/t/CGIwrapper.t [deleted file]
README.1.4.0pre9

diff --git a/FS/FS/CGIwrapper.pm b/FS/FS/CGIwrapper.pm
deleted file mode 100644 (file)
index 863193e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package FS::CGIwrapper;
-
-use vars qw(@ISA);
-
-use CGI;
-
-@ISA = qw( CGI );
-
-sub header {
-  my $self = shift;
-  $self->SUPER::header(
-    @_,
-    '-expires'       => 'now',
-    '-pragma'        => 'No-Cache',
-    '-cache-control' => 'No-Cache',
-  );
-}
index 85c09b4..c6638c8 100644 (file)
@@ -58,7 +58,6 @@ FS/session.pm
 FS/domain_record.pm
 FS/prepay_credit.pm
 FS/svc_www.pm
-FS/CGIwrapper.pm
 FS/svc_forward.pm
 FS/raddb.pm
 FS/queue.pm
diff --git a/FS/t/CGIwrapper.t b/FS/t/CGIwrapper.t
deleted file mode 100644 (file)
index 06c741c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n" }
-END {print "not ok 1\n" unless $loaded;}
-use FS::CGIwrapper;
-$loaded=1;
-print "ok 1\n";
index 8ff1e61..6bd88f4 100644 (file)
@@ -1,6 +1,6 @@
 the following is necessary to upgrade from 1.4.0pre8 to 1.4.0pre9
 
-if you're upgradeing from before 1.4.0pre8 see README.1.4.0pre8 first!
+if you're upgrading from before 1.4.0pre8 see README.1.4.0pre8 first!
 
 if you're upgrading from 1.3.1 follow the instructions in
 httemplate/docs/upgrade8.html instead