From: Jesse Luehrs Date: Tue, 29 Nov 2011 19:49:33 +0000 (-0600) Subject: this test needs to use the right implementation too X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FPackage-Stash.git;a=commitdiff_plain;h=bc2b0715c4ea2aa257cd3cf2f1b8c3fe3559cf47 this test needs to use the right implementation too --- 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 };