in reply to Re: time validation
in thread time validation

There is a bug in Date::Format::Strptime's Makefile.PL
makefile(824) : fatal error U1036: syntax error : too many names to le +ft of '=' Stop.
One way to fix is to delete/rename sub MY::postamble. To replicate that part of makefile, add
WriteMakefile( test => {TESTS => ($^O eq 'MSWin32'? 't/*.t t/more/*.t' : 't/*.t ')}, ...