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.8\site\bin;C:\Perl-5.8\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-02-15T07:37:28 ActivePerl-825 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.8/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.8\site\bin;C:\Perl-5.8\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.8\var\cpan\Metadata' Database was generated on Wed, 15 Feb 2012 13:11:51 GMT Running make for Z/ZO/ZOFFIX/App-ZofCMS-0.0222.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/Z/ZO/ZOFFIX/App-ZofCMS-0.0222.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/Z/ZO/ZOFFIX/CHECKSUMS Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\Z\ZO\ZOFFIX\App-ZofCMS-0.0222.tar.gz ok Will not use Archive::Tar, need 1.00 App-ZofCMS-0.0222 App-ZofCMS-0.0222/README App-ZofCMS-0.0222/META.yml App-ZofCMS-0.0222/Build.PL App-ZofCMS-0.0222/Changes App-ZofCMS-0.0222/Makefile.PL App-ZofCMS-0.0222/MANIFEST App-ZofCMS-0.0222/t App-ZofCMS-0.0222/t/00-load.t App-ZofCMS-0.0222/t/pod.t App-ZofCMS-0.0222/t/pod-coverage.t App-ZofCMS-0.0222/script App-ZofCMS-0.0222/script/zofcms_helper App-ZofCMS-0.0222/lib App-ZofCMS-0.0222/lib/App App-ZofCMS-0.0222/lib/App/ZofCMS.pm App-ZofCMS-0.0222/lib/App/ZofCMS App-ZofCMS-0.0222/lib/App/ZofCMS/Plugin.pm App-ZofCMS-0.0222/lib/App/ZofCMS/Output.pm App-ZofCMS-0.0222/lib/App/ZofCMS/Config.pm App-ZofCMS-0.0222/lib/App/ZofCMS/Template.pm CPAN.pm: Going to build Z/ZO/ZOFFIX/App-ZofCMS-0.0222.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for App::ZofCMS 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/ZofCMS/Plugin.pm blib\lib\App\ZofCMS\Plugin.pm cp lib/App/ZofCMS.pm blib\lib\App\ZofCMS.pm cp lib/App/ZofCMS/Output.pm blib\lib\App\ZofCMS\Output.pm cp lib/App/ZofCMS/Template.pm blib\lib\App\ZofCMS\Template.pm cp lib/App/ZofCMS/Config.pm blib\lib\App\ZofCMS\Config.pm C:\Perl-5.8\bin\perl.exe -MExtUtils::Command -e cp -- script/zofcms_helper blib\script\zofcms_helper pl2bat.bat blib\script\zofcms_helper ZOFFIX/App-ZofCMS-0.0222.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.8\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t [Wed Feb 15 07:37:37 2012] Carp.pm: Subroutine main::carp redefined at C:/cpanfly-5.8/var/megalib/Exporter.pm line 66. [Wed Feb 15 07:37:37 2012] Carp.pm: Subroutine main::croak redefined at C:/cpanfly-5.8/var/megalib/Exporter.pm line 66. [Wed Feb 15 07:37:37 2012] Carp.pm: Subroutine main::confess redefined at C:/cpanfly-5.8/var/megalib/Exporter.pm line 66. # Testing App::ZofCMS 0.0222, Perl 5.008009, C:\Perl-5.8\bin\perl.exe t/00-load.t ....... 1..14 ok 1 - use Carp; ok 2 - use CGI; ok 3 - use CGI::Carp; ok 4 - use File::Spec; ok 5 - use File::Find; ok 6 - use HTML::Template; ok 7 - use Getopt::Long; ok 8 - use File::Path; ok 9 - use File::Copy; ok 10 - use App::ZofCMS; ok 11 - use App::ZofCMS::Config; ok 12 - use App::ZofCMS::Template; ok 13 - use App::ZofCMS::Output; ok 14 - use App::ZofCMS::Plugin; ok t/pod-coverage.t .. 1..5 ok 1 - Pod coverage on App::ZofCMS ok 2 - Pod coverage on App::ZofCMS::Config ok 3 - Pod coverage on App::ZofCMS::Output ok 4 - Pod coverage on App::ZofCMS::Plugin ok 5 - Pod coverage on App::ZofCMS::Template ok t/pod.t ........... 1..7 ok 1 - POD test for blib\script\zofcms_helper ok 2 - POD test for blib\script\zofcms_helper.bat ok 3 - POD test for blib\lib\App\ZofCMS.pm ok 4 - POD test for blib\lib\App\ZofCMS\Config.pm ok 5 - POD test for blib\lib\App\ZofCMS\Output.pm ok 6 - POD test for blib\lib\App\ZofCMS\Plugin.pm ok 7 - POD test for blib\lib\App\ZofCMS\Template.pm ok All tests successful. Files=3, Tests=26, 1 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: PASS ZOFFIX/App-ZofCMS-0.0222.tar.gz nmake test TEST_VERBOSE=1 -- OK Zoffix Znet <cpan@zoffix.com> web framework and templating system for small-medium sites. >>> (cd C:\cpanfly-5.8\var\cpan\build\App-ZofCMS-0.0222-gWQnfw && tar cvf - App-ZofCMS-0.0222.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/Z/ZO/ZOFFIX/App-ZofCMS-0.0222.tar.gz App-ZofCMS-0.0222.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/ZofCMS/ blib/lib/App/ZofCMS/Config.pm blib/lib/App/ZofCMS/Output.pm blib/lib/App/ZofCMS/Plugin.pm blib/lib/App/ZofCMS/Template.pm blib/lib/App/ZofCMS.pm blib/script/ blib/script/zofcms_helper blib/script/zofcms_helper.bat >>> mv C:\cpanfly-5.8\var\cpan\build\App-ZofCMS-0.0222-gWQnfw/App-ZofCMS-0.0222.ppd C:/cpanfly-5.8/var/REPO/Z/ZO/ZOFFIX Finished 2012-02-15T07:38:11