]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/85-stress-unwind.t
Run lengthy tests with Test::Leaner
[perl/modules/Scope-Upper.git] / t / 85-stress-unwind.t
index c4712e55026059effd61cd0897b1e62f5981a0dc..03dee8f641bf0678694747f7ffc6c0eba82e199f 100644 (file)
@@ -3,7 +3,8 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use lib 't/lib';
+use Test::Leaner 'no_plan';
 
 use Scope::Upper qw/unwind UP HERE/;