From a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 4 Jul 2001 12:33:37 +0000 Subject: Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox. --- importxml.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index 730c5a39c..e33051e53 100755 --- a/importxml.pl +++ b/importxml.pl @@ -70,6 +70,7 @@ ConnectToDatabase(); sub sillyness { my $zz; + $zz = $Data::Dumper::Useqq; $zz = %::components; $zz = %::versions; $zz = %::keywordsbyname; -- cgit v1.2.3-24-g4f1b