projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
31c3393
)
Fix an env setting
gfx [Tue, 16 Mar 2010 02:19:31 +0000 (11:19 +0900)]
t/800_with_external/002-externals.t
patch
|
blob
|
blame
|
history
diff --git
a/t/800_with_external/002-externals.t
b/t/800_with_external/002-externals.t
index
c08271e
..
5a7053a
100644
(file)
--- a/
t/800_with_external/002-externals.t
+++ b/
t/800_with_external/002-externals.t
@@
-15,7
+15,7
@@
use Cwd qw(abs_path);
note("Testing user modules which depend on Mouse");
$ENV{PERL_TEST_DM_LOG_DIR} = abs_path('.');
-$ENV{ANY_MOOSE} = 'Mouse';
+delete $ENV{ANY_MOOSE}; # use Mouse by default
my @modules = qw(
MouseX::Types