]> git.vpit.fr Git - perl/modules/VPIT-TestHelpers.git/blob - 11-more-skip_all-load.t
1de61257f63452c62be49f56991198d748a7a06a
[perl/modules/VPIT-TestHelpers.git] / 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';