From: ivan Date: Mon, 9 Nov 1998 05:23:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: freeside_1_2_0~200 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ef142bc2988526f275ade645e3ea33d461f90cf5 *** empty log message *** --- diff --git a/site_perl/CGI.pm b/site_perl/CGI.pm index f9fbdaebd..459c6fd49 100644 --- a/site_perl/CGI.pm +++ b/site_perl/CGI.pm @@ -83,6 +83,7 @@ sub idiot { my($error)=@_; my($cgi)=FS::UID::cgi; if ( $cgi->isa('CGI::Base') ) { + no strict 'subs'; CGI::Base::SendHeaders; } else { print $cgi->header; @@ -140,7 +141,10 @@ lose the background, eidiot ivan@sisd.com 98-sep-2 pod ivan@sisd.com 98-sep-12 $Log: CGI.pm,v $ -Revision 1.4 1998-11-09 04:55:42 ivan +Revision 1.5 1998-11-09 05:23:55 ivan +*** empty log message *** + +Revision 1.4 1998/11/09 04:55:42 ivan support depriciated CGI::Base as well as CGI.pm (for now) Revision 1.3 1998/11/08 10:50:19 ivan