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/rest_bugzilla.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qa/t/rest_bugzilla.t') diff --git a/qa/t/rest_bugzilla.t b/qa/t/rest_bugzilla.t index cffab80db..01ee6af65 100644 --- a/qa/t/rest_bugzilla.t +++ b/qa/t/rest_bugzilla.t @@ -12,9 +12,7 @@ use 5.10.1; use strict; use warnings; - -use FindBin qw($RealBin); -use lib "$RealBin/lib", "$RealBin/../../lib", "$RealBin/../../local/lib/perl5"; +use lib qw(lib ../../lib ../../local/lib/perl5); use Test::More tests => 11; use QA::REST; -- cgit v1.2.3-24-g4f1b