From bc2b0715c4ea2aa257cd3cf2f1b8c3fe3559cf47 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 29 Nov 2011 13:49:33 -0600 Subject: this test needs to use the right implementation too --- t/inc-hook.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') 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 }; -- cgit v1.2.3