projects
/
gitmo/Package-Stash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d93368f
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/inc-hook.t
b/t/inc-hook.t
index
9dd0742
..
a8deabb
100644
(file)
--- 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 };