X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finc-hook.t;h=a8deabb70e8f85f2822345fdb65e38522a66777c;hb=bc2b0715c4ea2aa257cd3cf2f1b8c3fe3559cf47;hp=9dd074282ff0f2db248d1fc035616db534cc752a;hpb=d93368f69fbfbea0dcc645a0da00e13d7394eb94;p=gitmo%2FPackage-Stash.git diff --git a/t/inc-hook.t b/t/inc-hook.t index 9dd0742..a8deabb 100644 --- a/t/inc-hook.t +++ b/t/inc-hook.t @@ -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 };