don't try to test cmd or powershell on cygwin
[p5sagit/local-lib.git] / xt / release / minimum-version.t
CommitLineData
2d2d66b0 1use strict;
2use warnings;
57479fb5 3use Test::More skip_all => 'Broken until RT#89173 is fixed';
2714541d 4
2d2d66b0 5use Test::MinimumVersion;
2714541d 6all_minimum_version_ok( qq{5.006} );