]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - author/portability.t
fix borked travis yml
[chaz/p5-Linux-Proc-Maps] / 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.035149 seconds and 4 git commands to generate.