summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-07-04 14:33:37 +0200
committerjustdave%syndicomm.com <>2001-07-04 14:33:37 +0200
commita9ead7b9778b67cc02ef2b3df51d08a5f88d4d52 (patch)
treeb567dbb87366970b52b1c1166968b5c447b2ca54 /importxml.pl
parent87f74d71b835bcfc4ec0d26e0eb8721adc206a09 (diff)
downloadbugzilla-a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52.tar.gz
bugzilla-a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52.tar.xz
Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox.
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl1
1 files changed, 1 insertions, 0 deletions
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;