diff options
author | justdave%syndicomm.com <> | 2001-07-04 14:33:37 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-07-04 14:33:37 +0200 |
commit | a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52 (patch) | |
tree | b567dbb87366970b52b1c1166968b5c447b2ca54 | |
parent | 87f74d71b835bcfc4ec0d26e0eb8721adc206a09 (diff) | |
download | bugzilla-a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52.tar.gz bugzilla-a9ead7b9778b67cc02ef2b3df51d08a5f88d4d52.tar.xz |
Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox.
-rwxr-xr-x | importxml.pl | 1 |
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; |