Merge pull request #10 from pghmcfc/old-test-more
Jesse Luehrs [Sat, 17 Aug 2013 18:31:25 +0000 (11:31 -0700)]
Avoid dependency on Test::More 0.88

t/global_destruction_forked.t

index a9c306f..a533000 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More;
+use Test::More tests => 3;
 use Try::Tiny;
 
 {
@@ -54,4 +54,4 @@ try {
 }
 finally { exit 1 if $parent != $$ };
 
-done_testing;
+pass("Didn't just exit");