Start 2010-11-16T07:01:13 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:\mysql\bin Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Mon, 15 Nov 2010 22:29:44 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 Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEFFENW/CHECKSUMS Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\S\ST\STEFFENW\Object-Lazy-0.09.tar.gz ok Will not use Archive::Tar, need 1.00 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:\Perl-5.8\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Lazy >>> 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:\Perl-5.8\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 ........... skipped: UNIVERSAL 1.04 (Perl 5.10) required for method DOES t\07_given_DOES.t ..... skipped: UNIVERSAL 1.04 (Perl 5.10) required for method DOES 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=51, 10 wallclock secs ( 0.05 usr + 0.06 sys = 0.11 CPU) Result: PASS STEFFENW/Object-Lazy-0.09.tar.gz nmake test TEST_VERBOSE=1 -- OK Steffen Winkler <cpan@steffen-winkler.de> Object::Lazy - create objects late from non-owned classes >>> (cd C:\cpanfly-5.8\var\cpan\build\Object-Lazy-0.09-cgohqj && tar cvf - Object-Lazy-0.09.ppd blib) | gzip -c >C:/cpanfly-5.8/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.8\var\cpan\build\Object-Lazy-0.09-cgohqj/Object-Lazy-0.09.ppd C:/cpanfly-5.8/var/REPO/S/ST/STEFFENW Finished 2010-11-16T07:01:49