summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-29 19:36:56 +0200
committermkanat%bugzilla.org <>2006-07-29 19:36:56 +0200
commit3dcfda49cafd05b35844fdb194bd783ae3857d02 (patch)
tree450d6a3e02e00f6393f4273e34e537820770b3b2 /Bugzilla/Install
parent6ad8e7d4f14fe92a29082586d48ae815799250d9 (diff)
downloadbugzilla-3dcfda49cafd05b35844fdb194bd783ae3857d02.tar.gz
bugzilla-3dcfda49cafd05b35844fdb194bd783ae3857d02.tar.xz
Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 8893b0ff8..81b6cc4cb 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -33,9 +33,6 @@ our @EXPORT = qw(
check_requirements
have_vers
vers_cmp
-);
-
-our @EXPORT_OK = qw(
install_command
);