This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
Dear Dave Rolsky,
    
This is a computer-generated test report for DateTime-0.35, created
automatically by CPAN::Reporter, version 0.29.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module             Need Have  
    ------------------ ---- ------
    DateTime::Locale   0.31 0.3101
    DateTime::TimeZone 0.38 0.48  
    Params::Validate   0.76 0.86  
    Pod::Man           1.14 1.37  
    Scalar::Util       0    1.18  
    Test::More         0.34 0.64  
    Time::Local        1.04 1.11  

------------------------------
TEST OUTPUT
------------------------------

Output from 'nmake test':


Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

Running Mkbootstrap for DateTime ()
        D:\usr\bin\perl.exe -MExtUtils::Command -e chmod 644 DateTime.bs
        link -out:blib\arch\auto\DateTime\DateTime.dll -dll -nologo 
-nodefaultlib -debug -opt:ref,icf  -libpath:"D:\usr\lib\CORE"  -machine:x86 
DateTime.obj   D:\usr\lib\CORE\perl58.lib oldnames.lib kernel32.lib user32.lib 
gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib 
oleaut32.lib  netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib  version.lib 
odbc32.lib odbccp32.lib msvcrt.lib -def:DateTime.def
   Creating library blib\arch\auto\DateTime\DateTime.lib and object 
blib\arch\auto\DateTime\DateTime.exp
        D:\usr\bin\perl.exe -MExtUtils::Command -e chmod 755 
blib\arch\auto\DateTime\DateTime.dll
        D:\usr\bin\perl.exe -MExtUtils::Command -e cp DateTime.bs 
blib\arch\auto\DateTime\DateTime.bs
        D:\usr\bin\perl.exe -MExtUtils::Command -e chmod 644 
blib\arch\auto\DateTime\DateTime.bs
        D:\usr\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib\lib', 'blib\arch')" t/*.t
t/00load................ok
t/01sanity..............ok
t/02last_day............ok
t/03components..........ok
t/04epoch...............ok
        4/32 skipped: Negative epoch times do not work on some operating 
systems, including Win32
t/05set.................ok
t/06add.................ok
t/07compare.............ok
t/09greg................# this may take a minute...
ok
t/10subtract............ok
t/11duration............ok
t/12week................ok
t/13strftime............# New locale: de
# New locale: it
ok
t/14locale..............ok
t/15jd..................ok
t/16truncate............ok
t/17set_return..........ok
t/18today...............ok
t/19leap_second.........ok
t/20infinite............
#   Failed test 'infinity - infinity = nan (days)'
#   in t/20infinite.t at line 59.
#          got: '-2147483648'
#     expected: '-1.#IND'
# Looks like you failed 1 test of 42.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 12
        Failed 1/42 tests, 97.62% okay
t/21bad_params..........ok
t/22from_doy............ok
t/23storable............ok
        1/16 skipped: This test needs DateTime::Format::ICal
t/24from_object.........ok
t/25add_subtract........ok
t/26dt_leapsecond_pm....ok
t/27delta...............ok
t/28dow.................ok
t/29overload............ok
t/30future_tz...........ok
t/31formatter...........ok
t/32leap_second2........ok
t/33seconds_offset......ok
t/34set_tz..............ok
t/35rd_values...........ok
t/36invalid_local.......ok
t/37local-add...........ok
t/38local-subtract......ok
t/39no-so...............ok
t/40leap-years..........ok
t/99-pod................ok
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/20infinite.t    1   256    42    1   2.38%  12
5 subtests skipped.
Failed 1/41 test scripts, 97.56% okay. 1/3145 subtests failed, 99.97% okay.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=MSWin32, osvers=5.0, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE 
-DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE 
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
    optimize='-MD -Zi -DNDEBUG -O1',
    cppflags='-DWIN32'
    ccversion='12.00.8804', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf  
-libpath:"D:\usr\lib\CORE"  -machine:x86'
    libpth=\lib
    libs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib 
uuid.lib ws2_32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib 
msvcrt.lib
    perllibs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib 
uuid.lib ws2_32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib 
msvcrt.lib
    libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf  
-libpath:"D:\usr\lib\CORE"  -machine:x86'

Reply via email to