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