PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2014-02-18T13:42:49 ActivePerl-1800 CPAN-2.00 PATH=C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\INSTAN~1;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Reading 'C:\cpanfly-5.18\var\cpan\Metadata' Database was generated on Tue, 18 Feb 2014 19:41:02 GMT Running make for R/RJ/RJBS/Time-Piece-1.27.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Time-Piece-1.27.tar.gz Checksum for C:\cpanfly-5.18\var\cpan\sources\authors\id\R\RJ\RJBS\Time-Piece-1.27.tar.gz ok Time-Piece-1.27/ Time-Piece-1.27/Changes Time-Piece-1.27/LICENSE Time-Piece-1.27/Makefile.PL Time-Piece-1.27/MANIFEST Time-Piece-1.27/META.json Time-Piece-1.27/META.yml Time-Piece-1.27/Piece.pm Time-Piece-1.27/Piece.xs Time-Piece-1.27/README Time-Piece-1.27/Seconds.pm Time-Piece-1.27/t/ Time-Piece-1.27/t/01base.t Time-Piece-1.27/t/02core.t Time-Piece-1.27/t/03compare.t Time-Piece-1.27/t/04mjd.t Time-Piece-1.27/t/05overload.t Time-Piece-1.27/t/06subclass.t Time-Piece-1.27/t/07arith.t CPAN.pm: Building R/RJ/RJBS/Time-Piece-1.27.tar.gz >>> C:\Perl64-5.18\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Time::Piece Writing MYMETA.yml and MYMETA.json >>> dmake cp Seconds.pm blib\lib\Time\Seconds.pm cp Piece.pm blib\lib\Time\Piece.pm Running Mkbootstrap for Time::Piece () C:\Perl64-5.18\bin\perl.exe -MExtUtils::Command -e chmod -- 644 Piece.bs C:\Perl64-5.18\bin\perl.exe C:\cpanfly-5.18\var\megalib\ExtUtils\xsubpp -typemap C:\Perl64-5.18\lib\ExtUtils\typemap Piece.xs > Piece.xsc && C:\Perl64-5.18\bin\perl.exe -MExtUtils::Command -e mv -- Piece.xsc Piece.c gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" "-IC:\Perl64-5.18\lib\CORE" Piece.c C:\Perl64-5.18\bin\perl.exe -MExtUtils::Mksymlists \ -e "Mksymlists('NAME'=>\"Time::Piece\", 'DLBASE' => 'Piece', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" dlltool --def Piece.def --output-exp dll.exp g++ -o blib\arch\auto\Time\Piece\Piece.dll -Wl,--base-file -Wl,dll.base -mdll -s -static-libgcc -static-libstdc++ -L"C:\Perl64-5.18\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib" Piece.o C:\Perl64-5.18\lib\CORE\libperl518.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp dlltool --def Piece.def --base-file dll.base --output-exp dll.exp g++ -o blib\arch\auto\Time\Piece\Piece.dll -mdll -s -static-libgcc -static-libstdc++ -L"C:\Perl64-5.18\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib" Piece.o C:\Perl64-5.18\lib\CORE\libperl518.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp C:\Perl64-5.18\bin\perl.exe -MExtUtils::Command -e chmod -- 755 blib\arch\auto\Time\Piece\Piece.dll RJBS/Time-Piece-1.27.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl64-5.18\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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..96 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 or VOS 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 - day of the year parsing ok 96 ok t/03compare.t ... 1..5 # Running under perl version 5.018001 for MSWin32 # Win32::BuildNumber 1800 # Current time local: Tue Feb 18 13:42:57 2014 # Current time GMT: Tue Feb 18 21:42:57 2014 # Using Test.pm version 1.26 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/04mjd.t ....... 1..12 # Running under perl version 5.018001 for MSWin32 # Win32::BuildNumber 1800 # Current time local: Tue Feb 18 13:42:57 2014 # Current time GMT: Tue Feb 18 21:42:57 2014 # Using Test.pm version 1.26 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.018001 for MSWin32 # Win32::BuildNumber 1800 # Current time local: Tue Feb 18 13:42:57 2014 # Current time GMT: Tue Feb 18 21:42:57 2014 # Using Test.pm version 1.26 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=157, 0 wallclock secs ( 0.08 usr + 0.01 sys = 0.09 CPU) Result: PASS RJBS/Time-Piece-1.27.tar.gz dmake test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> Object Oriented time objects >>> (cd C:\cpanfly-5.18\var\cpan\build\Time-Piece-1.27-ZQy20X && tar cvf - Time-Piece-1.27.ppd blib) | gzip -c >C:/cpanfly-5.18/var/REPO/R/RJ/RJBS/Time-Piece-1.27.tar.gz Time-Piece-1.27.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/Piece/ blib/arch/auto/Time/Piece/Piece.dll blib/lib/ blib/lib/Time/ blib/lib/Time/Piece.pm blib/lib/Time/Seconds.pm >>> mv C:\cpanfly-5.18\var\cpan\build\Time-Piece-1.27-ZQy20X/Time-Piece-1.27.ppd C:/cpanfly-5.18/var/REPO/R/RJ/RJBS Finished 2014-02-18T13:42:58