PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\cygwin\bin;C:\cpanfly-5.12\var\megalib\bin;C:\Perl-5.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2014-05-28T21:40:12 ActivePerl-1200 CPAN-2.00 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:\cygwin\bin;C:\CPANFL~1.12\var\megalib\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;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Thu, 29 May 2014 02:17:02 GMT Running make for S/SH/SHARYANTO/App-datecalc-0.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SH/SHARYANTO/App-datecalc-0.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SH/SHARYANTO/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\S\SH\SHARYANTO\App-datecalc-0.03.tar.gz ok App-datecalc-0.03/ App-datecalc-0.03/bin/ App-datecalc-0.03/bin/datecalc App-datecalc-0.03/README App-datecalc-0.03/lib/ App-datecalc-0.03/lib/App/ App-datecalc-0.03/lib/App/datecalc.pm App-datecalc-0.03/Makefile.PL App-datecalc-0.03/Changes App-datecalc-0.03/dist.ini App-datecalc-0.03/LICENSE App-datecalc-0.03/t/ App-datecalc-0.03/t/00-compile.t App-datecalc-0.03/t/01-basics.t App-datecalc-0.03/t/release-pod-coverage.t App-datecalc-0.03/t/release-pod-syntax.t App-datecalc-0.03/t/release-rinci.t App-datecalc-0.03/weaver.ini App-datecalc-0.03/MANIFEST App-datecalc-0.03/META.json App-datecalc-0.03/META.yml CPAN.pm: Building S/SH/SHARYANTO/App-datecalc-0.03.tar.gz >>> C:\Perl-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for App::datecalc Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/App/datecalc.pm blib\lib\App\datecalc.pm C:\Perl-5.12\bin\perl.exe -MExtUtils::Command -e cp -- bin/datecalc blib\script\datecalc pl2bat.bat blib\script\datecalc SHARYANTO/App-datecalc-0.03.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" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t ............ 1..2 ok 1 - App/datecalc.pm loaded ok ok 2 - bin/datecalc compiled ok ok t/01-basics.t ............. # Subtest: date literals ok 1 - YYYY-MM-DD ok 2 - invalid YYYY-MM-DD -> dies ok 3 - today ok 4 - yesterday ok 5 - tomorrow 1..5 ok 1 - date literals # Subtest: duration literals ok 1 - invalid ISO -> dies ok 2 - invalid natural -> dies ok 3 - ISO 1 ok 4 - ISO 2 ok 5 - natural 1 ok 6 - natural 2 1..6 ok 2 - duration literals # Subtest: datetime literals ok 1 - now 1..1 ok 3 - datetime literals # Subtest: date addition/subtraction with duration ok 1 ok 2 1..2 ok 4 - date addition/subtraction with duration # Subtest: date subtraction with date ok 1 1..1 ok 5 - date subtraction with date # Subtest: duration addition/subtraction with duration ok 1 1..1 ok 6 - duration addition/subtraction with duration # Subtest: duration multiplication/division with number ok 1 ok 2 ok 3 1..3 ok 7 - duration multiplication/division with number # Subtest: number arithmetics ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 1..7 ok 8 - number arithmetics # Subtest: numeric functions ok 1 ok 2 ok 3 1..3 ok 9 - numeric functions # Subtest: date functions ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 1..9 ok 10 - date functions # Subtest: duration functions ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 1..8 ok 11 - duration functions 1..11 ok t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/release-rinci.t ......... skipped: these tests are for release candidate testing All tests successful. Files=5, Tests=13, 3 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU) Result: PASS SHARYANTO/App-datecalc-0.03.tar.gz nmake test TEST_VERBOSE=1 -- OK Steven Haryanto <stevenharyanto@gmail.com> Date calculator >>> (cd C:\cpanfly-5.12\var\cpan\build\App-datecalc-0.03-7p2ucL && tar cvf - App-datecalc-0.03.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/S/SH/SHARYANTO/App-datecalc-0.03.tar.gz App-datecalc-0.03.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/datecalc.pm blib/script/ blib/script/datecalc blib/script/datecalc.bat >>> mv C:\cpanfly-5.12\var\cpan\build\App-datecalc-0.03-7p2ucL/App-datecalc-0.03.ppd C:/cpanfly-5.12/var/REPO/S/SH/SHARYANTO Finished 2014-05-28T21:40:25