summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-10-19 09:03:27 +0200
committerterry%mozilla.org <>1999-10-19 09:03:27 +0200
commit242477102c3b518510643ac52705e1bcfc5dcd8f (patch)
treef57063817fc11c06fdfc17b266f90e87f8b4de11 /CGI.pl
parent003f86fb1f9c7f77f65b851a2ff57617bd9bf277 (diff)
downloadbugzilla-242477102c3b518510643ac52705e1bcfc5dcd8f.tar.gz
bugzilla-242477102c3b518510643ac52705e1bcfc5dcd8f.tar.xz
Fixed stupid perl warning.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 76adcc702..30d621c73 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;
}