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.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\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 2013-12-19T03:21:25 ActivePerl-1600 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.16/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.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\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.16\var\cpan\Metadata' Database was generated on Thu, 19 Dec 2013 09:08:00 GMT Running make for I/ID/IDOPEREL/McBain-WithPSGI-1.000000.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/I/ID/IDOPEREL/McBain-WithPSGI-1.000000.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\I\ID\IDOPEREL\McBain-WithPSGI-1.000000.tar.gz ok McBain-WithPSGI-1.000000 McBain-WithPSGI-1.000000/README McBain-WithPSGI-1.000000/Changes McBain-WithPSGI-1.000000/LICENSE McBain-WithPSGI-1.000000/INSTALL McBain-WithPSGI-1.000000/dist.ini McBain-WithPSGI-1.000000/META.yml McBain-WithPSGI-1.000000/MANIFEST McBain-WithPSGI-1.000000/META.json McBain-WithPSGI-1.000000/SIGNATURE McBain-WithPSGI-1.000000/t McBain-WithPSGI-1.000000/t/00-load.t McBain-WithPSGI-1.000000/Makefile.PL McBain-WithPSGI-1.000000/MANIFEST.SKIP McBain-WithPSGI-1.000000/t/01-simple.t McBain-WithPSGI-1.000000/t/lib McBain-WithPSGI-1.000000/t/lib/Mendoza.pm McBain-WithPSGI-1.000000/t/lib/Mendoza McBain-WithPSGI-1.000000/t/lib/Mendoza/Math.pm McBain-WithPSGI-1.000000/lib/McBain McBain-WithPSGI-1.000000/lib/McBain/WithPSGI.pm McBain-WithPSGI-1.000000/t/release-pod-syntax.t McBain-WithPSGI-1.000000/t/release-pod-coverage.t McBain-WithPSGI-1.000000/t/release-dist-manifest.t McBain-WithPSGI-1.000000/t/lib/Mendoza/Math McBain-WithPSGI-1.000000/t/lib/Mendoza/Math/Constants.pm CPAN.pm: Building I/ID/IDOPEREL/McBain-WithPSGI-1.000000.tar.gz >>> C:\Perl-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for McBain::WithPSGI 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/McBain/WithPSGI.pm blib\lib\McBain\WithPSGI.pm IDOPEREL/McBain-WithPSGI-1.000000.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.16\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing McBain::WithPSGI 1, Perl 5.016000, C:\Perl-5.16\bin\perl.exe t/00-load.t ................ 1..1 ok 1 - use McBain::WithPSGI; ok t/01-simple.t .............. 1..16 ok 1 - status ok ok 2 - math ok \#1 ok 3 - math ok \#2 ok 4 - sum from params ok ok 5 - sum from path ok ok 6 - diff ok ok 7 - factorial dies ok when bad method ok 8 - factorial zero ok ok 9 - factorial non-zero ok ok 10 - constants ok ok 11 - pi ok ok 12 - golden ratio ok ok 13 - bad regex ok ok 14 - bad param ok ok 15 - wrong method ok ok 16 - wrong topic ok ok t/release-dist-manifest.t .. skipped: these tests are for release candidate testing 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 All tests successful. Files=5, Tests=17, 5 wallclock secs ( 0.05 usr + 0.01 sys = 0.06 CPU) Result: PASS IDOPEREL/McBain-WithPSGI-1.000000.tar.gz nmake test TEST_VERBOSE=1 -- OK Ido Perlmuter <ido@ido50.net> Load a McBain API as a RESTful PSGI web service >>> set path PATH=C:/CPANFL~1.16/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.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\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 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1;.PSC1 >>> which tar /usr/bin/tar >>> (cd C:\cpanfly-5.16\var\cpan\build\McBain-WithPSGI-1.000000-YkHA3w && tar cvf - McBain-WithPSGI-1.000000.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/I/ID/IDOPEREL/McBain-WithPSGI-1.000000.tar.gz McBain-WithPSGI-1.000000.ppd blib/ blib/lib/ blib/lib/McBain/ blib/lib/McBain/WithPSGI.pm >>> mv C:\cpanfly-5.16\var\cpan\build\McBain-WithPSGI-1.000000-YkHA3w/McBain-WithPSGI-1.000000.ppd C:/cpanfly-5.16/var/REPO/I/ID/IDOPEREL Finished 2013-12-19T03:21:48