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:\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:\mysql\bin Start 2012-07-31T22:37:10 ActivePerl-1600 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.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:\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:\mysql\bin Going to read 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Wed, 01 Aug 2012 03:12:07 GMT Running make for A/AJ/AJKALD/Dancer-Plugin-ProxyPath-0.03.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\A\AJ\AJKALD\Dancer-Plugin-ProxyPath-0.03.tar.gz ok Dancer-Plugin-ProxyPath-0.03 Dancer-Plugin-ProxyPath-0.03/META.yml Dancer-Plugin-ProxyPath-0.03/MANIFEST Dancer-Plugin-ProxyPath-0.03/Build.PL Dancer-Plugin-ProxyPath-0.03/Changes Dancer-Plugin-ProxyPath-0.03/README Dancer-Plugin-ProxyPath-0.03/Makefile.PL Dancer-Plugin-ProxyPath-0.03/ignore.txt Dancer-Plugin-ProxyPath-0.03/t Dancer-Plugin-ProxyPath-0.03/t/00-load.t Dancer-Plugin-ProxyPath-0.03/t/boilerplate.t Dancer-Plugin-ProxyPath-0.03/t/pod.t Dancer-Plugin-ProxyPath-0.03/t/manifest.t Dancer-Plugin-ProxyPath-0.03/t/pod-coverage.t Dancer-Plugin-ProxyPath-0.03/t/02-proxy.t Dancer-Plugin-ProxyPath-0.03/t/01-proxypath.t Dancer-Plugin-ProxyPath-0.03/lib Dancer-Plugin-ProxyPath-0.03/lib/Dancer Dancer-Plugin-ProxyPath-0.03/lib/Dancer/Plugin Dancer-Plugin-ProxyPath-0.03/lib/Dancer/Plugin/ProxyPath.pm Dancer-Plugin-ProxyPath-0.03/lib/Dancer/Plugin/ProxyPath Dancer-Plugin-ProxyPath-0.03/lib/Dancer/Plugin/ProxyPath/Proxy.pm CPAN.pm: Going to build A/AJ/AJKALD/Dancer-Plugin-ProxyPath-0.03.tar.gz >>> C:\Perl-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Dancer::Plugin::ProxyPath >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Dancer/Plugin/ProxyPath/Proxy.pm blib\lib\Dancer\Plugin\ProxyPath\Proxy.pm cp lib/Dancer/Plugin/ProxyPath.pm blib\lib\Dancer\Plugin\ProxyPath.pm AJKALD/Dancer-Plugin-ProxyPath-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.16\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t Dancer::before_template has been deprecated since version 1.3080. use hooks! at C:/cpanfly-5.16/var/megalib/Dancer.pm line 126. # Testing Dancer::Plugin::ProxyPath 0.03, Perl 5.016000, C:\Perl-5.16\bin\perl.exe t/00-load.t ....... 1..1 ok 1 - use Dancer::Plugin::ProxyPath; ok Dancer::before_template has been deprecated since version 1.3080. use hooks! at C:/cpanfly-5.16/var/megalib/Dancer.pm line 126. t/01-proxypath.t .. 1..2 ok 1 - What proxy returns isa Dancer::Plugin::ProxyPath::Proxy ok 2 - Dancer::Plugin::ProxyPath::Proxy->can('uri_for') ok t/02-proxy.t ...... 1..11 ok 1 - Instance isa Dancer::Plugin::ProxyPath::Proxy ok 2 - Always returns the same instance ok 3 - Dancer::Plugin::ProxyPath::Proxy->can('uri_for') ok 4 - Constructs abs destination ok 5 - Handles query parameters ok 6 - Constructs rel destination ok 7 - Constructs own path explicitly ok 8 - Constructs own path implicitly ok 9 - Constructs secure abs destination ok 10 - Constructs secure rel destination ok 11 - Constructs own path implicitly, and securely ok t/boilerplate.t ... 1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Dancer/Plugin/ProxyPath.pm contains no boilerplate text ok t/manifest.t ...... skipped: Author tests not required for installation Dancer::before_template has been deprecated since version 1.3080. use hooks! at C:/cpanfly-5.16/var/megalib/Dancer.pm line 126. t/pod-coverage.t .. 1..2 ok 1 - Pod coverage on Dancer::Plugin::ProxyPath ok 2 - Pod coverage on Dancer::Plugin::ProxyPath::Proxy ok t/pod.t ........... 1..2 ok 1 - POD test for blib\lib\Dancer\Plugin\ProxyPath.pm ok 2 - POD test for blib\lib\Dancer\Plugin\ProxyPath\Proxy.pm ok All tests successful. Files=7, Tests=21, 2 wallclock secs ( 0.03 usr + 0.05 sys = 0.08 CPU) Result: PASS AJKALD/Dancer-Plugin-ProxyPath-0.03.tar.gz nmake test TEST_VERBOSE=1 -- OK Alexis Kalderimis <CENSORED> Provides user-perspective paths >>> (cd C:\cpanfly-5.16\var\cpan\build\Dancer-Plugin-ProxyPath-0.03-DiBUM0 && tar cvf - Dancer-Plugin-ProxyPath-0.03.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/A/AJ/AJKALD/Dancer-Plugin-ProxyPath-0.03.tar.gz Dancer-Plugin-ProxyPath-0.03.ppd blib/ blib/lib/ blib/lib/Dancer/ blib/lib/Dancer/Plugin/ blib/lib/Dancer/Plugin/ProxyPath/ blib/lib/Dancer/Plugin/ProxyPath/Proxy.pm blib/lib/Dancer/Plugin/ProxyPath.pm >>> mv C:\cpanfly-5.16\var\cpan\build\Dancer-Plugin-ProxyPath-0.03-DiBUM0/Dancer-Plugin-ProxyPath-0.03.ppd C:/cpanfly-5.16/var/REPO/A/AJ/AJKALD Finished 2012-07-31T22:37:25