]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/41-localize_delete-level.t
Protect against d_cplusplus perls
[perl/modules/Scope-Upper.git] / t / 41-localize_delete-level.t
index acfb4226bcb40667047e2ad5cf1344211f35c8ec..b00386d8fd7e1f8b98aaa3a31e8477504afeb249 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/localize_delete UP HERE/;
+use Scope::Upper qw<localize_delete UP HERE>;
 
-use lib 't/lib';
 use Scope::Upper::TestGenerator;
 
 our ($x, $testcase);