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