From: terry%mozilla.org <> Date: Tue, 19 Oct 1999 07:03:27 +0000 (+0000) Subject: Fixed stupid perl warning. X-Git-Tag: bugzilla-2.8~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=242477102c3b518510643ac52705e1bcfc5dcd8f;p=thirdparty%2Fbugzilla.git Fixed stupid perl warning. --- diff --git a/CGI.pl b/CGI.pl index 76adcc702a..30d621c735 100644 --- a/CGI.pl +++ b/CGI.pl @@ -26,7 +26,7 @@ use strict; # Shut up misguided -w warnings about "used only once". For some reason, # "use vars" chokes on me when I try it here. -sub sillyness { +sub CGI_pl_sillyness { my $zz; $zz = %::FILENAME; }