Move IO::Compress from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / t / mro / overload_dfs.t
index 98f9a2c..89f11d0 100644 (file)
@@ -9,7 +9,7 @@ BEGIN {
     }
 }
 
-use Test::More tests => 7;
+require q(./test.pl); plan(tests => 7);
 
 {
     package BaseTest;