]> Dogcows Code - chaz/homebank2ledger/blob - xt/author/portability.t
Version 0.001
[chaz/homebank2ledger] / 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.034029 seconds and 4 git commands to generate.