summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-21 13:17:54 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-21 13:17:54 -0400
commit1025023d832447288b6dcfd6e5e60364c0b84884 (patch)
tree98c36256af0297dd5788348b027dd205d84e0e56 /t
parent5724a3a2c707ec9a2b77209a7ac13d988f081b35 (diff)
downloadpackage-stash-1025023d832447288b6dcfd6e5e60364c0b84884.tar.gz
package-stash-1025023d832447288b6dcfd6e5e60364c0b84884.zip
these tests should also use t/lib
Diffstat (limited to 't')
-rw-r--r--t/warnings-taint.t1
-rw-r--r--t/warnings.t1
2 files changed, 2 insertions, 0 deletions
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;