this test needs to use the right implementation too
Jesse Luehrs [Tue, 29 Nov 2011 19:49:33 +0000 (13:49 -0600)]
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 };