this test needs to use the right implementation too
[gitmo/Package-Stash.git] / t / inc-hook.t
index 9dd0742..a8deabb 100644 (file)
@@ -3,6 +3,7 @@ use strict;
 use warnings;
 use Test::More;
 use Test::Fatal;
+use lib 't/lib';
 
 unshift @INC, sub { "some regex" =~ /match/; undef };