update repo to point to github
[gitmo/Moo.git] / t / moo-accessors.t
index ef2cd64..5bb6b49 100644 (file)
@@ -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;