]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - t/11-plan-no_plan.t
Fall back to Test::More when PERL_TEST_LEANER_USES_TEST_MORE is set
[perl/modules/Test-Leaner.git] / t / 11-plan-no_plan.t
index c3722cbdb9043b301a134ed670d98396aff97556..74bbf73002a6f75466162aaa988e73d03105c08a 100644 (file)
@@ -3,6 +3,8 @@
 use strict;
 use warnings;
 
+BEGIN { delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE} }
+
 use Test::Leaner;
 
 plan 'no_plan';