]> git.vpit.fr Git - perl/modules/VPIT-TestHelpers.git/blob - t/11-more-skip_all-load.t
Add some tests
[perl/modules/VPIT-TestHelpers.git] / t / 11-more-skip_all-load.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 use VPIT::TestHelpers;
9
10 load_or_skip_all 'VPIT::NonExistent', '1.23';
11
12 plan tests => 1;
13
14 fail 'not reached';