summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-15 21:41:08 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-15 21:41:44 -0400
commit98a578186297ef532a66220fc05698dfc1ff8de5 (patch)
tree1ce99d7a5b69c4031b51fd5b0669b926065857b6
parentff2afaa48aeeacb36679aa9f8e5e41aca45e5466 (diff)
downloadpackage-stash-xs-98a578186297ef532a66220fc05698dfc1ff8de5.tar.gz
package-stash-xs-98a578186297ef532a66220fc05698dfc1ff8de5.zip
make sure we're testing against ::XS (Graham Knop)
-rw-r--r--t/warnings.t1
1 files changed, 1 insertions, 0 deletions
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;