use 5.010001; use strict; use warnings; use Test::More; my bail_out = 'MSWin32'; BAIL_OUT( "No support for $bail_out" ) if $^O eq $bail_out;