]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - xt/release/minimum-version.t
Version 0.008001
[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.035617 seconds and 4 git commands to generate.