From 7f6fea0b2417d718aa614f19abdae8b629463bb1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 24 Aug 2016 17:23:30 -0400 Subject: - Updated CI docker images and test suite to work with new perl deps location --- xt/selenium/security.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/selenium/security.t') diff --git a/xt/selenium/security.t b/xt/selenium/security.t index 576d87a95..9c15e0464 100644 --- a/xt/selenium/security.t +++ b/xt/selenium/security.t @@ -10,7 +10,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More "no_plan"; -- cgit v1.2.3-24-g4f1b