]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/author-portability.t
b6c314704440f211c63153fb7217e37900986e70
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / author-portability.t
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 print qq{1..0 # SKIP these tests are for testing by the author\n};
5 exit
6 }
7 }
8
9 use strict;
10 use warnings;
11
12 use Test::More;
13
14 eval 'use Test::Portability::Files';
15 plan skip_all => 'Test::Portability::Files required for testing portability'
16 if $@;
17
18 run_tests();
This page took 0.033923 seconds and 3 git commands to generate.