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

9d2df4
--- t/OSType.t
9d2df4
+++ t/OSType.t
9d2df4
@@ -1,7 +1,7 @@
9d2df4
 use strict;
9d2df4
 use warnings;
9d2df4
 
9d2df4
-use Test::More 0.88;
9d2df4
+use Test::More tests => 19;
9d2df4
 
9d2df4
 use constant NON_EXISTENT_OS => 'titanix'; #the system they said could not go down...
9d2df4
 
9d2df4
@@ -65,5 +65,3 @@ can_ok( $test_pkg, @functions );
9d2df4
     ok( !is_os_type(),       "$fcn: false if no type provided" );
9d2df4
 }
9d2df4
 
9d2df4
-done_testing;
9d2df4
-
9d2df4
--- xt/author/test-version.t
9d2df4
+++ xt/author/test-version.t
9d2df4
@@ -17,7 +17,8 @@ my $params = {
9d2df4
 push @imports, $params
9d2df4
     if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
9d2df4
 
9d2df4
+plan tests => 2;
9d2df4
+
9d2df4
 Test::Version->import(@imports);
9d2df4
 
9d2df4
-version_all_ok;
9d2df4
-done_testing;
9d2df4
+version_all_ok();