]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - xt/release/minimum-version.t
24bd4de5698ad05d344d8c33f6c6dca81d39ca48
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / xt / release / minimum-version.t
1 #!perl
2
3 use Test::More;
4
5 eval "use Test::MinimumVersion";
6 plan skip_all => "Test::MinimumVersion required for testing minimum versions"
7 if $@;
8 all_minimum_version_ok( qq{5.14.0} );
This page took 0.035743 seconds and 3 git commands to generate.