Hi Iain,
>
> The uploaded file
>
> DateTime-Format-HTTP-0.33.tar.gz
>
> has entered CPAN as
>
> file: $CPAN/authors/id/S/SP/SPOON/DateTime-Format-HTTP-0.33.tar.gz
> size: 17937 bytes
> md5: 9f42cd9cd33c217d099337dc18f57758
>
>
> This module provides an interface between DateTime and
> HTTP::Date. Anything that HTTP::Date can understand
> can now be easily transformed into a DateTime object.
>
> It also has some formatting routines, just like HTTP::Date's.
This is great!! Now if I just get the tests to pass ;)
F:\perl_modules\DateTime-Format-HTTP-0.33>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\99pod.t t\basic.t t\date.t
t\time2str.t
Using F:/perl_modules/DateTime-Format-HTTP-0.33/blib
t\99pod.......ok
1/1 skipped: File::Find::Rule not installed
t\basic.......ok
t\date........ok 1/55#
# Don't worry about the large number of error messages.
# That's the module doing its job.
#
# Worry about actual test failures.
#
Invalid offset: GMT
# Looks like you planned 55 tests but only ran 1.
# Looks like your test died just after 1.
t\date........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-55
Failed 54/55 tests, 1.82% okay
t\time2str....ok 1/3Invalid offset: GMT
# Looks like you planned 3 tests but only ran 1.
# Looks like your test died just after 1.
t\time2str....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t\date.t 255 65280 55 54 98.18% 2-55
t\time2str.t 255 65280 3 2 66.67% 2-3
1 subtest skipped.
Failed 2/4 test scripts, 50.00% okay. 56/61 subtests failed, 8.20% okay.
NMAKE : fatal error U1077: 'F:\perl\bin\Perl.exe' : return code '0x2'
Stop.
F:\perl_modules\DateTime-Format-HTTP-0.33>
Hope this helps!
Ron Hill