summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 2 insertions, 0 deletions
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);