]> git.vpit.fr Git - perl/modules/VPIT-TestHelpers.git/blob - 12-more-skip_all-import.t
dc7b3c40d82413719bd50d624c4d8bf60638eb1c
[perl/modules/VPIT-TestHelpers.git] / 12-more-skip_all-import.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 'Cwd', undef, [ 'not_in_cwd_pm' ];
11
12 plan tests => 1;
13
14 fail 'not reached';