]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - t/02-import-arg.t
Factor t/02-import-arg.t and t/04-fallback-import-arg.t into the same file
[perl/modules/Test-Leaner.git] / t / 02-import-arg.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 BEGIN { delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE} }
7
8 use lib 't/lib';
9 use Test::Leaner::TestImport;
10
11 test_import_arg;