From f30e92711a48569225bd1810b11c7ea91bae14d1 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 1 Jun 2001 09:07:27 +0000 Subject: Fix for bug 57848, perl warnings in several files. Patch by Nick Hibma r= justdave@syndicomm.com --- colchange.cgi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'colchange.cgi') diff --git a/colchange.cgi b/colchange.cgi index f825228ea..f3521b7ad 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -23,6 +23,10 @@ use diagnostics; use strict; +sub sillyness { # shut up "used only once" warnings + my $zz = @::legal_keywords; +} + require "CGI.pl"; print "Content-type: text/html\n"; -- cgit v1.2.3-24-g4f1b