From a158d505cfde2657c46bae19597d17bcd2c8d3ac Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 11 Jan 2019 14:48:35 -0500 Subject: [PATCH] no bug - fix include path for 903 test --- t/903-passwdqc-conf.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/903-passwdqc-conf.t b/t/903-passwdqc-conf.t index 718947377..f0db41144 100644 --- a/t/903-passwdqc-conf.t +++ b/t/903-passwdqc-conf.t @@ -4,9 +4,10 @@ # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. -use 5.10.1; use strict; use warnings; +use 5.10.1; +use lib qw( . lib local/lib/perl5 ); use autodie; use Test::More 1.302; -- 2.47.3