]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - t/15-use-skip_all.t
c423d171d507aacd22d91dee18a316119868c1b4
[perl/modules/Test-Leaner.git] / t / 15-use-skip_all.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::Leaner skip_all => 'testing use skip_all';
7
8 die 'should not be reached';