projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d4473ee
)
make moo-accessors.t inlineable for xt/handle_moose.t to use
Matt S Trout [Sat, 16 Mar 2013 20:11:30 +0000 (20:11 +0000)]
t/moo-accessors.t
patch
|
blob
|
blame
|
history
diff --git
a/t/moo-accessors.t
b/t/moo-accessors.t
index
ef2cd64
..
5bb6b49
100644
(file)
--- a/
t/moo-accessors.t
+++ b/
t/moo-accessors.t
@@
-51,4
+51,4
@@
is_deeply(
ok(eval { Foo->meta->make_immutable }, 'make_immutable returns true');
ok(!$INC{"Moose.pm"}, "Didn't load Moose");
-done_testing;
+done_testing unless caller;