projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15a4c57
)
Ensure to use Mouse in Any::Moose
gfx [Tue, 16 Mar 2010 02:11:24 +0000 (11:11 +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
b594082
..
c08271e
100644
(file)
--- a/
t/800_with_external/002-externals.t
+++ b/
t/800_with_external/002-externals.t
@@
-15,6
+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';
my @modules = qw(
MouseX::Types