From: Toby Inkster Date: Fri, 15 Feb 2013 11:54:37 +0000 (+0000) Subject: not sure why that "unless caller" was there, but prove does not like X-Git-Tag: v1.001000~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3bbe7218ab755d11c1d211bcf4dddd64f05bbf4;p=gitmo%2FMoo.git not sure why that "unless caller" was there, but prove does not like --- diff --git a/t/moo-accessors.t b/t/moo-accessors.t index 5bb6b49..ef2cd64 100644 --- 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;