summaryrefslogtreecommitdiffstats
path: root/export_bug.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-05-16 23:04:05 +0200
committerendico%mozilla.org <>2000-05-16 23:04:05 +0200
commit9d750db320abff4b4c712da9e706f38ecc0807b4 (patch)
tree373882a49fa14563c1af11e9c44f9f7d4a417c7a /export_bug.cgi
parent65ab05fead272c753e04903021c4fc8014e7b87c (diff)
downloadbugzilla-9d750db320abff4b4c712da9e706f38ecc0807b4.tar.gz
bugzilla-9d750db320abff4b4c712da9e706f38ecc0807b4.tar.xz
remove requirement for Data::Dumper
Diffstat (limited to 'export_bug.cgi')
-rwxr-xr-xexport_bug.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/export_bug.cgi b/export_bug.cgi
index 3efd0bb89..bc086a616 100755
--- a/export_bug.cgi
+++ b/export_bug.cgi
@@ -25,7 +25,6 @@ use diagnostics;
use strict;
use RelationSet;
use XML::Dumper;
-use Data::Dumper;
#use vars %::COOKIE;
require "CGI.pl";