F:\perl_modules\DateTime-Format-Strptime-1.02>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
F:\perl\bin\Perl.exe -Mblib -IF:\Perl\lib -IF:\Perl\lib -e "use
Test::Harness qw(&runtests
verbose); $verbose=0; runtests @ARGV;" t\001_load.t t\002_dates.t
t\003_every.t t\004_croak.t
Using F:/perl_modules/DateTime-Format-Strptime-1.02/blib
t\001_load.....ok
t\002_dates....ok 2/17The 'day' parameter to DateTime::new did not pass the
'is between 1 and 31' c
llback
at
F:/perl_modules/DateTime-Format-Strptime-1.02/blib/lib/DateTime/Format/Strpt
ime.pm line 478
# Looks like you planned 17 tests but only ran 2.
# Looks like your test died just after 2.
t\002_dates....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-17
Failed 15/17 tests, 11.76% okay
t\003_every....ok 5/6The 'day' parameter to DateTime::new did not pass the
'is between 1 and 31' ca
lback
at
F:/perl_modules/DateTime-Format-Strptime-1.02/blib/lib/DateTime/Format/Strpt
ime.pm line 478
# Looks like you planned 6 tests but only ran 5.
# Looks like your test died just after 5.
t\003_every....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 6
Failed 1/6 tests, 83.33% okay
t\004_croak....# Turned Croak Off
t\004_croak....ok 10/20# Turned Croak On
t\004_croak....NOK 14# Failed test (t\004_croak.t at line 42)
# got: 'Unidentified token in pattern: %X in %Y %X at t\004_croak.t
line'
# expected: 'Unidentified token in pattern: %X in %Y %X at t/004_croak.t
line'
t\004_croak....NOK 16# Failed test (t\004_croak.t at line 49)
# got: 'WARN: Unidentified token in pattern: %X in %X. Leaving old
pattern intact. at t\00
_croak.t line'
# expected: 'WARN: Unidentified token in pattern: %X in %X. Leaving old
pattern intact. at t/00
_croak.t line'
t\004_croak....NOK 18# Failed test (t\004_croak.t at line 53)
# got: 'Your datetime does not match your pattern. at t\004_croak.t
line'
# expected: 'Your datetime does not match your pattern. at t/004_croak.t
line'
t\004_croak....NOK 20# Failed test (t\004_croak.t at line 57)
# got: 'Your two year values (03 and 2002) do not match. at
t\004_croak.t line'
# expected: 'Your two year values (03 and 2002) do not match. at
t/004_croak.t line'
# Looks like you failed 4 tests of 20.
t\004_croak....dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 14, 16, 18, 20
Failed 4/20 tests, 80.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t\002_dates.t 255 65280 17 15 88.24% 3-17
t\003_every.t 255 65280 6 1 16.67% 6
t\004_croak.t 4 1024 20 4 20.00% 14 16 18 20
Failed 3/4 test scripts, 25.00% okay. 20/45 subtests failed, 55.56% okay.
NMAKE : fatal error U1077: 'F:\perl\bin\Perl.exe' : return code '0x2'
Stop.
F:\perl_modules\DateTime-Format-Strptime-1.02>
I am running the CVS versions of DateTime/DateTime-TimeZone for perl 5.6.1
Any thoughts?
Thanks
Ron Hill