X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmoo-accessors.t;h=ef2cd641b33b0ca5f657a299d86ba83c98a82533;hb=08b9511a1f409b8a6073461731c7511d78261b31;hp=5bb6b493ded0f0984593bebf5218463416dc5e77;hpb=6e77b8df0c2c56f2b38212072011147950558848;p=gitmo%2FMoo.git 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;