Convert all tests to done_testing.
[gitmo/Moose.git] / t / 500_test_moose / 001_test_moose.t
index 7510786..3f43edc 100644 (file)
@@ -3,8 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More;
 
 BEGIN {
     use_ok('Test::Moose');
-}
\ No newline at end of file
+}
+
+done_testing;