]> Dogcows Code - chaz/homebank2ledger/blob - portability.t
c531252253024b9c427cb7af6f66ee5c9618a75f
[chaz/homebank2ledger] / 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.034352 seconds and 3 git commands to generate.