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 --- checksetup.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 05d98f9e1..32ef69d45 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -22,6 +22,8 @@ use lib qw(. lib local/lib/perl5); use Getopt::Long qw(:config bundling); use Pod::Usage; +# Bug 1270550 - Tie::Hash::NamedCapture must be loaded before Safe. +use Tie::Hash::NamedCapture; use Safe; use Bugzilla::Constants; -- cgit v1.2.3-24-g4f1b