]> Dogcows Code - chaz/homebank2ledger/blob - consistent-version.t
7f200c55930ef5132049f3d82564c7fb050b4e02
[chaz/homebank2ledger] / consistent-version.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 eval "use Test::ConsistentVersion";
7 plan skip_all => "Test::ConsistentVersion required for this test"
8 if $@;
9
10 Test::ConsistentVersion::check_consistent_versions();
This page took 0.038022 seconds and 3 git commands to generate.