Start 2010-04-09T23:23:21 ActivePerl-1200 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.12/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0 Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Fri, 09 Apr 2010 21:26:56 GMT Running make for M/MS/MSERGEANT/Time-Piece-1.20.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MS/MSERGEANT/Time-Piece-1.20.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\M\MS\MSERGEANT\Time-Piece-1.20.tar.gz ok Time-Piece-1.20/ Time-Piece-1.20/Changes Time-Piece-1.20/Makefile.PL Time-Piece-1.20/MANIFEST Time-Piece-1.20/MANIFEST.SKIP Time-Piece-1.20/META.yml Time-Piece-1.20/Piece.pm Time-Piece-1.20/Piece.xs Time-Piece-1.20/README Time-Piece-1.20/Seconds.pm Time-Piece-1.20/t/ Time-Piece-1.20/t/01base.t Time-Piece-1.20/t/02core.t Time-Piece-1.20/t/03compare.t Time-Piece-1.20/t/04mjd.t Time-Piece-1.20/t/05overload.t Time-Piece-1.20/t/06subclass.t Time-Piece-1.20/t/07arith.t CPAN.pm: Going to build M/MS/MSERGEANT/Time-Piece-1.20.tar.gz >>> C:\Perl-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Time::Piece >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp Seconds.pm blib\lib\Time\Seconds.pm cp Piece.pm blib\lib\Time\Piece.pm C:\Perl-5.12\bin\perl.exe C:\Perl-5.12\lib\ExtUtils\xsubpp -typemap C:\Perl-5.12\lib\ExtUtils\typemap Piece.xs > Piece.xsc && C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "mv" -- Piece.xsc Piece.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" "-IC:\Perl-5.12\lib\CORE" Piece.c Piece.c Running Mkbootstrap for Time::Piece () C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Piece.bs C:\Perl-5.12\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Time::Piece\", 'DLBASE' => 'Piece', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Time\Piece\Piece.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl-5.12\lib\CORE" -machine:x86 Piece.obj C:\Perl-5.12\lib\CORE\perl512.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 comctl32.lib msvcrt.lib -def:Piece.def Creating library blib\arch\auto\Time\Piece\Piece.lib and object blib\arch\auto\Time\Piece\Piece.exp if exist blib\arch\auto\Time\Piece\Piece.dll.manifest mt -nologo -manifest blib\arch\auto\Time\Piece\Piece.dll.manifest -outputresource:blib\arch\auto\Time\Piece\Piece.dll;2 if exist blib\arch\auto\Time\Piece\Piece.dll.manifest del blib\arch\auto\Time\Piece\Piece.dll.manifest C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\arch\auto\Time\Piece\Piece.dll C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "cp" -- Piece.bs blib\arch\auto\Time\Piece\Piece.bs C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 blib\arch\auto\Time\Piece\Piece.bs MSERGEANT/Time-Piece-1.20.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01base.t ...... 1..7 ok 1 - use Time::Piece; ok 2 - specific gmtime isa Time::Piece ok 3 - correct year ok 4 - correct hour ok 5 - correct mon ok 6 - current gmtime isa Time::Piece ok 7 - current localtime isa Time::Piece ok t/02core.t ...... 1..95 ok 1 - use Time::Piece; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 # skip can't strftime %D, %R, %T or %e on Win32 ok 45 # skip can't strftime %D, %R, %T or %e on Win32 ok 46 ok 47 ok 48 ok 49 ok 50 # skip can't strftime %R on Win32 or QNX ok 51 ok 52 # skip can't strftime %T on Win32 ok 53 ok 54 # skip can't strftime %V on Win32 or QNX ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 - Year is 1945? ok 83 - Hour is 13? ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok t/03compare.t ... 1..5 # Running under perl version 5.012000 for MSWin32 # Win32::BuildNumber 1200 # Current time local: Fri Apr 9 23:23:26 2010 # Current time GMT: Sat Apr 10 06:23:26 2010 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/04mjd.t ....... 1..12 # Running under perl version 5.012000 for MSWin32 # Win32::BuildNumber 1200 # Current time local: Fri Apr 9 23:23:26 2010 # Current time GMT: Sat Apr 10 06:23:26 2010 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/05overload.t .. 1..1 # Running under perl version 5.012000 for MSWin32 # Win32::BuildNumber 1200 # Current time local: Fri Apr 9 23:23:26 2010 # Current time GMT: Sat Apr 10 06:23:26 2010 # Using Test.pm version 1.25_02 ok 1 ok t/06subclass.t .. ok 1 - use Time::Piece; ok 2 - timepiece made via new isa Time::Piece::Twin ok 3 - timepiece made via localtime isa Time::Piece::Twin ok 4 - timepiece made via gmtime isa Time::Piece::Twin ok 5 - timepiece made via strptime isa Time::Piece::Twin ok 6 - timepiece made via new (again) isa Time::Piece::Twin ok 7 - tomorrow via addition operator isa Time::Piece::Twin ok 8 - yesterday via subtraction operator isa Time::Piece::Twin ok 9 - object created via full-qualified gmtime isa Time::Piece ok 10 - it's not a Twin ok 11 - subtract attempts stringify for unrecognized objects. 1..11 ok t/07arith.t ..... 1..25 ok 1 - use Time::Piece; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok All tests successful. Files=7, Tests=156, 1 wallclock secs ( 0.06 usr + 0.03 sys = 0.09 CPU) Result: PASS MSERGEANT/Time-Piece-1.20.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MS/MSERGEANT/CHECKSUMS MSERGEANT <msergeant@cpan.org> Object Oriented time objects >>> (cd C:\cpanfly-5.12\var\cpan\build\Time-Piece-1.20-YbWtwL && tar cvf - Time-Piece-1.20.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/M/MS/MSERGEANT/Time-Piece-1.20.tar.gz Time-Piece-1.20.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/Piece/ blib/arch/auto/Time/Piece/Piece.bs blib/arch/auto/Time/Piece/Piece.dll blib/arch/auto/Time/Piece/Piece.exp blib/arch/auto/Time/Piece/Piece.lib blib/lib/ blib/lib/Time/ blib/lib/Time/Piece.pm blib/lib/Time/Seconds.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Time-Piece-1.20-YbWtwL/Time-Piece-1.20.ppd C:/cpanfly-5.12/var/REPO/M/MS/MSERGEANT cygwin warning: MS-DOS style path detected: C:\cpanfly-5.12\var\cpan\build\Time-Piece-1.20-YbWtwL/Time-Piece-1.20.ppd Preferred POSIX equivalent is: /cygdrive/c/cpanfly-5.12/var/cpan/build/Time-Piece-1.20-YbWtwL/Time-Piece-1.20.ppd CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames Finished 2010-04-09T23:23:27