PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-04-28T08:45:53 ActivePerl-1400 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.14/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\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:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Wed, 27 Apr 2011 22:27:21 GMT Running make for S/ST/STEFFENW/Object-Lazy-0.09.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEFFENW/Object-Lazy-0.09.tar.gz Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\S\ST\STEFFENW\Object-Lazy-0.09.tar.gz ok Object-Lazy-0.09 Object-Lazy-0.09/Changes Object-Lazy-0.09/MANIFEST Object-Lazy-0.09/META.yml Object-Lazy-0.09/README Object-Lazy-0.09/Build.PL Object-Lazy-0.09/Makefile.PL Object-Lazy-0.09/t Object-Lazy-0.09/t/pod_coverage.t Object-Lazy-0.09/t/chars.t Object-Lazy-0.09/t/12_no_ref.t Object-Lazy-0.09/t/02_method.t Object-Lazy-0.09/t/06_DOES.t Object-Lazy-0.09/t/prereq_build.t Object-Lazy-0.09/t/08_VERSION.t Object-Lazy-0.09/t/01_use.t Object-Lazy-0.09/t/pod.t Object-Lazy-0.09/t/11_logger.t Object-Lazy-0.09/t/10_ref.t Object-Lazy-0.09/t/05_given_isa.t Object-Lazy-0.09/t/09_given_VERSION.t Object-Lazy-0.09/t/perl_critic.t Object-Lazy-0.09/t/04_isa.t Object-Lazy-0.09/t/13_test_examples.t Object-Lazy-0.09/t/03_can.t Object-Lazy-0.09/t/07_given_DOES.t Object-Lazy-0.09/lib Object-Lazy-0.09/lib/Object Object-Lazy-0.09/lib/Object/Lazy.pm Object-Lazy-0.09/lib/Object/Lazy Object-Lazy-0.09/lib/Object/Lazy/Ref.pm Object-Lazy-0.09/lib/Object/Lazy/Validate.pm Object-Lazy-0.09/example Object-Lazy-0.09/example/03_isa.pl Object-Lazy-0.09/example/01_short_constructor.pl Object-Lazy-0.09/example/04_DOES.pl Object-Lazy-0.09/example/05_VERSION.pl Object-Lazy-0.09/example/02_extended_constructor.pl Object-Lazy-0.09/example/06_ref.pl CPAN.pm: Going to build S/ST/STEFFENW/Object-Lazy-0.09.tar.gz >>> C:\Perl64-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Lazy Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Object/Lazy.pm blib\lib\Object\Lazy.pm cp lib/Object/Lazy/Validate.pm blib\lib\Object\Lazy\Validate.pm cp lib/Object/Lazy/Ref.pm blib\lib\Object\Lazy\Ref.pm STEFFENW/Object-Lazy-0.09.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:\Perl64-5.14\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\*.t t\01_use.t ............ 1..2 ok 1 - use Object::Lazy; ok 2 - no warnings ok t\02_method.t ......... 1..7 ok 1 - use Object::Lazy; ok 2 - ref object in sub is Object::Lazy ok 3 - check method output ok 4 - ref object in sub is TestSample now ok 5 - ref object is Object::Lazy ok 6 - ref object is TestSample now ok 7 - no warnings ok t\03_can.t ............ 1..4 ok 1 - use Object::Lazy; ok 2 - can method ok 3 - ref object is TestSample ok 4 - no warnings ok t\04_isa.t ............ 1..5 ok 1 - use Object::Lazy; ok 2 - the lazy object is a TestSample too isa TestSample ok 3 - ref object is Object::Lazy ok 4 - ref object is TestSample now ok 5 - no warnings ok t\05_given_isa.t ...... 1..4 ok 1 - use Object::Lazy; ok 2 - parameter isa is qw(NotExists TestSample) isa NotExists ok 3 - base class of TestSample isa TestBase ok 4 - no warnings ok t\06_DOES.t ........... 1..5 ok 1 - use Object::Lazy; ok 2 - the lazy object is a TestSample too isa TestSample ok 3 - ref object is Object::Lazy ok 4 - ref object is TestSample now ok 5 - no warnings ok t\07_given_DOES.t ..... 1..4 ok 1 - use Object::Lazy; ok 2 - parameter DOES is qw(NotExists TestSample) ok 3 - base class of TestSample ok 4 - no warnings ok t\08_VERSION.t ........ 1..4 ok 1 - use Object::Lazy; ok 2 - VERSION ok 3 - ref object is TestSample ok 4 - no warnings ok t\09_given_VERSION.t .. 1..6 ok 1 - use Object::Lazy; ok 2 - VERSION ok 3 - ref object is Obejct::Lazy ok 4 - version_from ok 5 - ref object is Obejct::Lazy too ok 6 - no warnings ok t\10_ref.t ............ 1..6 ok 1 - use Object::Lazy; ok 2 - use Object::Lazy::Ref; ok 3 - ref is MyClass ok 4 - ref is HASH ok 5 - ref is main ok 6 - no warnings ok t\11_logger.t ......... 1..3 ok 1 - use Object::Lazy; ok 2 - test log message ok 3 - no warnings ok t\12_no_ref.t ......... 1..4 ok 1 - use Object::Lazy; ok 2 - error at paramater ref ok 3 - ref is Object::Lazy ok 4 - no warnings ok t\13_test_examples.t .. skipped: Set $ENV{TEST_EXAMPLE} to run this test. t\chars.t ............. skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\perl_critic.t ....... skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t\pod.t ............... 1..3 ok 1 - POD test for blib\lib\Object\Lazy.pm ok 2 - POD test for blib\lib\Object\Lazy\Ref.pm ok 3 - POD test for blib\lib\Object\Lazy\Validate.pm ok t\pod_coverage.t ...... 1..3 ok 1 - Pod coverage on Object::Lazy ok 2 - Pod coverage on Object::Lazy::Ref ok 3 - Pod coverage on Object::Lazy::Validate ok t\prereq_build.t ...... skipped: Author test. Set $ENV{TEST_RELEASE} to a true value to run. All tests successful. Files=18, Tests=60, 6 wallclock secs ( 0.08 usr + 0.03 sys = 0.11 CPU) Result: PASS STEFFENW/Object-Lazy-0.09.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEFFENW/CHECKSUMS Steffen Winkler <cpan@steffen-winkler.de> Object::Lazy - create objects late from non-owned classes >>> (cd C:\cpanfly-5.14\var\cpan\build\Object-Lazy-0.09-yLcQ5d && tar cvf - Object-Lazy-0.09.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/S/ST/STEFFENW/Object-Lazy-0.09.tar.gz Object-Lazy-0.09.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Lazy/ blib/lib/Object/Lazy/Ref.pm blib/lib/Object/Lazy/Validate.pm blib/lib/Object/Lazy.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Object-Lazy-0.09-yLcQ5d/Object-Lazy-0.09.ppd C:/cpanfly-5.14/var/REPO/S/ST/STEFFENW Finished 2011-04-28T08:46:04