X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmoo-accessors.t;h=5bb6b493ded0f0984593bebf5218463416dc5e77;hb=master;hp=ef2cd641b33b0ca5f657a299d86ba83c98a82533;hpb=c3bbe7218ab755d11c1d211bcf4dddd64f05bbf4;p=gitmo%2FMoo.git diff --git a/t/moo-accessors.t b/t/moo-accessors.t index ef2cd64..5bb6b49 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; +done_testing unless caller;