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