From 72197b596fae2733383c9de70197363fdd1c05d9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 21 Dec 2016 16:32:09 -0500 Subject: Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is setup with the vendor bundles --- qa/t/webservice_bug_legal_values.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/t/webservice_bug_legal_values.t') diff --git a/qa/t/webservice_bug_legal_values.t b/qa/t/webservice_bug_legal_values.t index 8e1b039a3..29f444708 100644 --- a/qa/t/webservice_bug_legal_values.t +++ b/qa/t/webservice_bug_legal_values.t @@ -11,7 +11,7 @@ use strict; use warnings; -use lib qw(lib); +use lib qw(lib ../../lib ../../local/lib/perl5); use Test::More tests => 269; use QA::Util; my ($config, @clients) = get_rpc_clients(); -- cgit v1.2.3-24-g4f1b