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.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-05-03T13:16:23 ActivePerl-1400 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.14/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.14\site\bin;C:\Perl-5.14\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.14\var\cpan\Metadata' Database was generated on Mon, 02 May 2011 22:28:59 GMT Running make for J/JM/JMAHONEY/Object-Generic-0.13.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JM/JMAHONEY/Object-Generic-0.13.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JM/JMAHONEY/CHECKSUMS Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\J\JM\JMAHONEY\Object-Generic-0.13.tar.gz ok Object-Generic-0.13/ Object-Generic-0.13/Changes Object-Generic-0.13/MANIFEST Object-Generic-0.13/lib/ Object-Generic-0.13/lib/Object/ Object-Generic-0.13/lib/Object/Generic/ Object-Generic-0.13/lib/Object/Generic/False.pm Object-Generic-0.13/lib/Object/Generic.pm Object-Generic-0.13/Makefile.PL Object-Generic-0.13/META.yml Object-Generic-0.13/t/ Object-Generic-0.13/t/01-object-generic-false.t Object-Generic-0.13/t/02-object-generic.t Object-Generic-0.13/t/00-load.t Object-Generic-0.13/t/03-pod.t Object-Generic-0.13/README CPAN.pm: Going to build J/JM/JMAHONEY/Object-Generic-0.13.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Generic 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/Generic.pm blib\lib\Object\Generic.pm cp lib/Object/Generic/False.pm blib\lib\Object\Generic\False.pm JMAHONEY/Object-Generic-0.13.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.14\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-load.t .................. 1..2 ok 1 - use Object::Generic::False; ok 2 - use Object::Generic; ok t/01-object-generic-false.t .. 1..20 ok 1 - defined false ok 2 - not false ok 3 - not Object::Generic::False->new ok 4 - false eq Object::Generic::False->new ok 5 - false == Object::Generic::False->new ok 6 - 0==false ok 7 - false==0 ok 8 - '' eq false ok 9 - false eq '' ok 10 - not (2+false) ok 11 - not (false+2) ok 12 - not (2-false()) ok 13 - not (false-2) ok 14 - not (2*false) ok 15 - not (false*2) ok 16 - not (false()/2) ok 17 - not (2/false()) ok 18 - "hi" eq "hi".false ok 19 - not false->foo ok 20 - not false->foo->bar ok t/02-object-generic.t ........ 1..28 ok 1 - undeclared method fails ok 2 - ->new ok 3 - ->color accessor ok 4 - ->get("color") ok 5 - ->get_color ok 6 - ->color("blue") ok 7 - .. and color is blue ok 8 - ->set_name("Fred") ok 9 - .. and name is Fred ok 10 - ->set(name=>"Fred") ok 11 - .. and name is Jane ok 12 - ->args( who => "me") ok 13 - .. and who is me ok 14 - defined g->foo ok 15 - not g->foo ok 16 - not g->this->that->those ok 17 - ->exists(key) true when it does ok 18 - ->exists(key) false when not ok 19 - ->keys ok 20 - ->remove(color) leaves one less ->key ok 21 - inherited myClass->new ok 22 - key not in is_allowed fails ok 23 - ->myMethod calls ->args and sets key ok 24 - key in is_allowed can be set ok 25 - inherited get/set: works ok 26 - inherited get/set: internals look OK ok 27 - define_keys('name') makes set_name ok 28 - dfine_keys accessors look OK ok t/03-pod.t ................... 1..2 ok 1 - POD test for blib\lib\Object\Generic.pm ok 2 - POD test for blib\lib\Object\Generic\False.pm ok All tests successful. Files=4, Tests=52, 0 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: PASS JMAHONEY/Object-Generic-0.13.tar.gz nmake test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Jim Mahoney <mahoney@marlboro.edu> A generic base class that allows storage of key/value pairs. >>> (cd C:\cpanfly-5.14\var\cpan\build\Object-Generic-0.13-OTYhch && tar cvf - Object-Generic-0.13.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/J/JM/JMAHONEY/Object-Generic-0.13.tar.gz Object-Generic-0.13.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Generic/ blib/lib/Object/Generic/False.pm blib/lib/Object/Generic.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Object-Generic-0.13-OTYhch/Object-Generic-0.13.ppd C:/cpanfly-5.14/var/REPO/J/JM/JMAHONEY Finished 2011-05-03T13:16:29