Start 2010-09-30T02:43:30 ActivePerl-1003 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:/cpanfly/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\site\bin;C:\Perl\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\var\cpan\Metadata' Database was generated on Wed, 29 Sep 2010 21:33:15 GMT Running make for S/ST/STEFFENW/Object-Lazy-0.07.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEFFENW/Object-Lazy-0.07.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEFFENW/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\S\ST\STEFFENW\Object-Lazy-0.07.tar.gz ok Will not use Archive::Tar, need 1.00 Object-Lazy-0.07 Object-Lazy-0.07/Changes Object-Lazy-0.07/MANIFEST Object-Lazy-0.07/META.yml Object-Lazy-0.07/Makefile.PL Object-Lazy-0.07/Build.PL Object-Lazy-0.07/README Object-Lazy-0.07/t Object-Lazy-0.07/t/pod_coverage.t Object-Lazy-0.07/t/chars.t Object-Lazy-0.07/t/05_given_isa.t Object-Lazy-0.07/t/02_method.t Object-Lazy-0.07/t/08_ref.t Object-Lazy-0.07/t/prereq_build.t Object-Lazy-0.07/t/perl_critic.t Object-Lazy-0.07/t/01_use.t Object-Lazy-0.07/t/04_isa.t Object-Lazy-0.07/t/pod.t Object-Lazy-0.07/t/03_can.t Object-Lazy-0.07/t/07_no_ref.t Object-Lazy-0.07/t/06_logger.t Object-Lazy-0.07/lib Object-Lazy-0.07/lib/Object Object-Lazy-0.07/lib/Object/Lazy.pm Object-Lazy-0.07/lib/Object/Lazy Object-Lazy-0.07/lib/Object/Lazy/Ref.pm Object-Lazy-0.07/lib/Object/Lazy/Validate.pm Object-Lazy-0.07/example Object-Lazy-0.07/example/01_short_constructor.pl Object-Lazy-0.07/example/03_ref.pl Object-Lazy-0.07/example/02_extended_constructor.pl CPAN.pm: Going to build S/ST/STEFFENW/Object-Lazy-0.07.tar.gz >>> C:\Perl\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.07.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\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_logger.t ..... 1..3 ok 1 - use Object::Lazy; ok 2 - test log message ok 3 - no warnings ok t\07_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\08_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\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=13, Tests=41, 5 wallclock secs ( 0.02 usr + 0.03 sys = 0.05 CPU) Result: PASS STEFFENW/Object-Lazy-0.07.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\var\cpan\build\Object-Lazy-0.07-tEpcUk && tar cvf - Object-Lazy-0.07.ppd blib) | gzip -c >C:/cpanfly/var/REPO/S/ST/STEFFENW/Object-Lazy-0.07.tar.gz Object-Lazy-0.07.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\var\cpan\build\Object-Lazy-0.07-tEpcUk/Object-Lazy-0.07.ppd C:/cpanfly/var/REPO/S/ST/STEFFENW Megalib: DBI object version 1.609 does not match $DBI::VERSION 1.611 at C:/Perl/lib/DynaLoader.pm line 225. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/DBI.pm line 265. Compilation failed in require at C:\cpanfly\lib/ActivePerl/PPM/InstallArea.pm line 690. ...propagated at C:\cpanfly\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly\lib/Fly/MakePPD.pm line 285. Finished 2010-09-30T02:43:42