From 1025023d832447288b6dcfd6e5e60364c0b84884 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Sep 2014 13:17:54 -0400 Subject: these tests should also use t/lib --- t/warnings-taint.t | 1 + t/warnings.t | 1 + 2 files changed, 2 insertions(+) (limited to 't') diff --git a/t/warnings-taint.t b/t/warnings-taint.t index 0fc9758..68dee3c 100644 --- a/t/warnings-taint.t +++ b/t/warnings-taint.t @@ -1,6 +1,7 @@ #!/usr/bin/env perl -T use strict; use warnings; +use lib 't/lib'; use Test::More; use Package::Stash; diff --git a/t/warnings.t b/t/warnings.t index 2dd5929..99628ca 100644 --- a/t/warnings.t +++ b/t/warnings.t @@ -1,6 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; +use lib 't/lib'; use Test::More; use Package::Stash; -- cgit v1.2.3-54-g00ecf