]> Dogcows Code - chaz/p5-HTTP-AnyUA/blob - xt/author/portability.t
Version 0.900
[chaz/p5-HTTP-AnyUA] / xt / author / portability.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 eval 'use Test::Portability::Files';
7 plan skip_all => 'Test::Portability::Files required for testing portability'
8 if $@;
9
10 run_tests();
This page took 0.029895 seconds and 4 git commands to generate.