123456789101112 #!perl -wuse strict;use Test::More;plan( skip_all => "I don't have windows perl so skip and patch welcome" ) if $^O eq 'MSWin32';use Time::List;# test Time::List herepass;done_testing;
#!perl -w
use
strict;
Test::More;
plan(
skip_all
=>
"I don't have windows perl so skip and patch welcome"
)
if
$^O eq 'MSWin32';
Time::List;
# test Time::List here
pass;
done_testing;