From ce3970fd0a2890b88485c2723e7af1633544c741 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 23 Oct 2011 13:11:46 +0200 Subject: Bug 696541: Only load some external modules when needed, to improve the load time of pages r/a=mkanat --- Bugzilla/Install/Localconfig.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Install/Localconfig.pm') 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); -- cgit v1.2.3-24-g4f1b