summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-05-10 01:20:19 +0200
committerDylan Hardison <dylan@mozilla.com>2016-05-10 01:20:49 +0200
commit516ac2aed77eb1a6f8f06320ecf502a4dd6a44ed (patch)
tree84bbc883e3b51893bce1f93680b037a7887f8a1b /Bugzilla/Install
parentf9530b742969b6a1cdb3f28bc83e0de480ee9664 (diff)
downloadbugzilla-516ac2aed77eb1a6f8f06320ecf502a4dd6a44ed.tar.gz
bugzilla-516ac2aed77eb1a6f8f06320ecf502a4dd6a44ed.tar.xz
Bug 1270550 - Can't locate loadable object for module main::Tie::Hash::NamedCapture in @INC
r=dkl
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Localconfig.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm
index 4a3b09f83..d5de236e0 100644
--- a/Bugzilla/Install/Localconfig.pm
+++ b/Bugzilla/Install/Localconfig.pm
@@ -27,6 +27,7 @@ use Data::Dumper;
use File::Basename qw(dirname);
use English qw($EGID);
use List::Util qw(first);
+use Tie::Hash::NamedCapture;
use Safe;
use Term::ANSIColor;