diff options
author | endico%mozilla.org <> | 2000-05-16 23:04:05 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 2000-05-16 23:04:05 +0200 |
commit | 9d750db320abff4b4c712da9e706f38ecc0807b4 (patch) | |
tree | 373882a49fa14563c1af11e9c44f9f7d4a417c7a /export_bug.cgi | |
parent | 65ab05fead272c753e04903021c4fc8014e7b87c (diff) | |
download | bugzilla-9d750db320abff4b4c712da9e706f38ecc0807b4.tar.gz bugzilla-9d750db320abff4b4c712da9e706f38ecc0807b4.tar.xz |
remove requirement for Data::Dumper
Diffstat (limited to 'export_bug.cgi')
-rwxr-xr-x | export_bug.cgi | 1 |
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"; |