From 516ac2aed77eb1a6f8f06320ecf502a4dd6a44ed Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Mon, 9 May 2016 19:20:19 -0400 Subject: Bug 1270550 - Can't locate loadable object for module main::Tie::Hash::NamedCapture in @INC r=dkl --- Bugzilla.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index 802f15845..032d08355 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -45,6 +45,8 @@ use File::Basename; use File::Spec::Functions; use DateTime::TimeZone; use Date::Parse; +# Bug 1270550 - Tie::Hash::NamedCapture must be loaded before Safe. +use Tie::Hash::NamedCapture; use Safe; use List::Util qw(first); -- cgit v1.2.3-24-g4f1b