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/test_sudo_sessions.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/t/test_sudo_sessions.t') diff --git a/qa/t/test_sudo_sessions.t b/qa/t/test_sudo_sessions.t index fb2b52a40..9ef93c32d 100644 --- a/qa/t/test_sudo_sessions.t +++ b/qa/t/test_sudo_sessions.t @@ -7,7 +7,7 @@ use strict; use warnings; -use lib qw(lib); +use lib qw(lib ../../lib ../../local/lib/perl5); use Test::More "no_plan"; -- cgit v1.2.3-24-g4f1b