summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Localconfig.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-23 13:11:46 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-23 13:11:46 +0200
commitce3970fd0a2890b88485c2723e7af1633544c741 (patch)
tree366eafb66421457ad9e0b62172e8d8c1c37477cc /Bugzilla/Install/Localconfig.pm
parente9f859e128e5c9c6e74a95c79ab60ed123a94c14 (diff)
downloadbugzilla-ce3970fd0a2890b88485c2723e7af1633544c741.tar.gz
bugzilla-ce3970fd0a2890b88485c2723e7af1633544c741.tar.xz
Bug 696541: Only load some external modules when needed, to improve the load time of pages
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install/Localconfig.pm')
-rw-r--r--Bugzilla/Install/Localconfig.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm
index 1ee7aca67..2f1a8d527 100644
--- a/Bugzilla/Install/Localconfig.pm
+++ b/Bugzilla/Install/Localconfig.pm
@@ -36,7 +36,6 @@ use Bugzilla::Util qw(generate_random_password);
use Data::Dumper;
use File::Basename qw(dirname);
-use IO::File;
use Safe;
use base qw(Exporter);