summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Localconfig.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-08-01 08:49:53 +0200
committermkanat%bugzilla.org <>2006-08-01 08:49:53 +0200
commite1f92f46ff660b5071c7edbe2130b96356e48529 (patch)
treea8906d0b8711f2e4f0958197f5198b35f61848e8 /Bugzilla/Install/Localconfig.pm
parente3cf843de60425b0ea8c8ff57a576c468d61b9bd (diff)
downloadbugzilla-e1f92f46ff660b5071c7edbe2130b96356e48529.tar.gz
bugzilla-e1f92f46ff660b5071c7edbe2130b96356e48529.tar.xz
Checkin fix: IO::File exports everything we need from Fcntl, so there's no need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions.
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 b767ed7b0..ef5605d41 100644
--- a/Bugzilla/Install/Localconfig.pm
+++ b/Bugzilla/Install/Localconfig.pm
@@ -29,7 +29,6 @@ use strict;
use Bugzilla::Constants;
use Data::Dumper;
-use Fcntl qw(SEEK_END);
use IO::File;
use Safe;