Blame SOURCES/Perl-OSType-1.005-old-Test::More.patch

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