]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/author-portability.t
Version 0.001
[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.032151 seconds and 4 git commands to generate.