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