make make_patchnum.sh (more) portable
[p5sagit/p5-mst-13.2.git] / t / mro / recursion_dfs.t
index a3d610e..b7bf6d4 100644 (file)
@@ -9,11 +9,10 @@ BEGIN {
     }
 }
 
-use Test::More;
-use mro;
+require './test.pl';
 
-plan skip_all => "Your system has no SIGALRM" if !exists $SIG{ALRM};
-plan tests => 8;
+plan(skip_all => "Your system has no SIGALRM") if !exists $SIG{ALRM};
+plan(tests => 8);
 
 =pod