]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/12-reap-block.t
Run lengthy tests with Test::Leaner
[perl/modules/Scope-Upper.git] / t / 12-reap-block.t
index 7b15b64bdddf215f8e81afb51b395b58be9cacce..f8c85850b686eb4404ae03fc88007c425c7ff817 100644 (file)
@@ -3,11 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan'; 
+use lib 't/lib';
+use Test::Leaner 'no_plan';
 
 use Scope::Upper qw/reap UP HERE/;
 
-use lib 't/lib';
 use Scope::Upper::TestGenerator;
 
 local $Scope::Upper::TestGenerator::call = sub {
@@ -48,7 +48,7 @@ $testcase
 DIAG
    undef $testcase;
   }
-  Test::More::is($a, $b, $desc);
+  Test::Leaner::is($a, $b, $desc);
  }
 }