X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=xt%2Fauthor%2Fportability.t;fp=xt%2Fauthor%2Fportability.t;h=c531252253024b9c427cb7af6f66ee5c9618a75f;hb=79f8cd40f816827dbdde3979a94f404bf660fd28;hp=0000000000000000000000000000000000000000;hpb=3ef32d5f4dc36cf3212677c9ed1ca6a81974010f;p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM diff --git a/xt/author/portability.t b/xt/author/portability.t new file mode 100644 index 0000000..c531252 --- /dev/null +++ b/xt/author/portability.t @@ -0,0 +1,10 @@ +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; + +run_tests();