d07f77
--- t/OSType.t
d07f77
+++ t/OSType.t
d07f77
@@ -1,7 +1,7 @@
d07f77
 use strict;
d07f77
 use warnings;
d07f77
 
d07f77
-use Test::More 0.88;
d07f77
+use Test::More tests => 19;
d07f77
 
d07f77
 use constant NON_EXISTENT_OS => 'titanix'; #the system they said could not go down...
d07f77
 
d07f77
@@ -66,6 +66,3 @@ can_ok( $test_pkg, @functions );
d07f77
   ok( is_os_type( 'VOS' ),    "$fcn: true" );
d07f77
   ok( ! is_os_type(), "$fcn: false if no type provided" );
d07f77
 }
d07f77
-
d07f77
-done_testing;
d07f77
-
d07f77
--- xt/release/test-version.t
d07f77
+++ xt/release/test-version.t
d07f77
@@ -1,6 +1,6 @@
d07f77
 use strict;
d07f77
 use warnings;
d07f77
-use Test::More;
d07f77
+use Test::More tests => 2;
d07f77
 
d07f77
 # generated by Dist::Zilla::Plugin::Test::Version 0.002004
d07f77
 BEGIN { eval "use Test::Version; 1;" or die $@; }
d07f77
@@ -18,5 +18,4 @@ push @imports, $params
d07f77
 
d07f77
 Test::Version->import(@imports);
d07f77
 
d07f77
-version_all_ok;
d07f77
-done_testing;
d07f77
+version_all_ok();