]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - t/14-use-no_plan.t
Initial commit
[perl/modules/Test-Leaner.git] / t / 14-use-no_plan.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::Leaner 'no_plan';
7
8 pass;