X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmoo-accessors.t;h=2b0f49e88f5a8843079ab8a707f0cc2eb74c11a4;hb=3362e41cde223d2195be29baf22532b91064f14a;hp=a5d28c7dc8e3b9247ebde2863ea709c68a4f552a;hpb=b92b93d7fdc443e096340c05611f1924af5af2b4;p=gitmo%2FMoo.git diff --git a/t/moo-accessors.t b/t/moo-accessors.t index a5d28c7..2b0f49e 100644 --- a/t/moo-accessors.t +++ b/t/moo-accessors.t @@ -48,4 +48,4 @@ is_deeply( 'subclass with role ok' ); -done_testing; +done_testing unless caller;