Use done_testing (require Test::More 0.88)
[gitmo/MooseX-Params-Validate.git] / t / 003_nocache_flag.t
index a81b19a..a1ae689 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More;
 use Test::Exception;
 
 {
@@ -36,3 +36,4 @@ lives_ok {
 }
 '... successfully applied the parameter validation (look mah no cache) (just checkin)';
 
+done_testing();