projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f73677c
)
not sure why that "unless caller" was there, but prove does not like
Toby Inkster [Fri, 15 Feb 2013 11:54:37 +0000 (11:54 +0000)]
t/moo-accessors.t
patch
|
blob
|
blame
|
history
diff --git
a/t/moo-accessors.t
b/t/moo-accessors.t
index
5bb6b49
..
ef2cd64
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 unless caller;
+done_testing;