PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\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 2012-03-01T22:21:20 ActivePerl-1003 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:/cpanfly/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\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\var\cpan\Metadata' Database was generated on Fri, 02 Mar 2012 05:14:07 GMT Running make for C/CH/CHROMATIC/Test-MockObject-1.20120301.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/Test-MockObject-1.20120301.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\C\CH\CHROMATIC\Test-MockObject-1.20120301.tar.gz ok Will not use Archive::Tar, need 1.00 Test-MockObject-1.20120301/ Test-MockObject-1.20120301/META.yml Test-MockObject-1.20120301/lib/ Test-MockObject-1.20120301/lib/Test/ Test-MockObject-1.20120301/lib/Test/MockObject/ Test-MockObject-1.20120301/lib/Test/MockObject/Extends.pm Test-MockObject-1.20120301/lib/Test/MockObject.pm Test-MockObject-1.20120301/README Test-MockObject-1.20120301/t/ Test-MockObject-1.20120301/t/extends-bugs.t Test-MockObject-1.20120301/t/isa.t Test-MockObject-1.20120301/t/nodefaultwarnings.t Test-MockObject-1.20120301/t/debuggingwarningsextends.t Test-MockObject-1.20120301/t/ignore.t Test-MockObject-1.20120301/t/debugger.t Test-MockObject-1.20120301/t/bugs.t Test-MockObject-1.20120301/t/extends.t Test-MockObject-1.20120301/t/debuggingwarnings.t Test-MockObject-1.20120301/t/base.t Test-MockObject-1.20120301/Changes Test-MockObject-1.20120301/MANIFEST Test-MockObject-1.20120301/Makefile.PL Test-MockObject-1.20120301/dist.ini Test-MockObject-1.20120301/LICENSE CPAN.pm: Going to build C/CH/CHROMATIC/Test-MockObject-1.20120301.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Warning: prerequisite UNIVERSAL::can 1.20110617 not found. We have 1.16. Warning: prerequisite UNIVERSAL::isa 1.20110614 not found. We have 1.03. Checking if your kit is complete... Looks good Writing Makefile for Test::MockObject Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- CHROMATIC/Test-MockObject-1.20120301.tar.gz ---- UNIVERSAL::isa [requires] UNIVERSAL::can [requires] Running make test Delayed until after prerequisites Running test for module 'UNIVERSAL::isa' Running make for C/CH/CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\C\CH\CHROMATIC\UNIVERSAL-isa-1.20110614.tar.gz ok Will not use Archive::Tar, need 1.00 UNIVERSAL-isa-1.20110614 UNIVERSAL-isa-1.20110614/README UNIVERSAL-isa-1.20110614/Changes UNIVERSAL-isa-1.20110614/LICENSE UNIVERSAL-isa-1.20110614/dist.ini UNIVERSAL-isa-1.20110614/t UNIVERSAL-isa-1.20110614/t/bugs.t UNIVERSAL-isa-1.20110614/META.yml UNIVERSAL-isa-1.20110614/MANIFEST UNIVERSAL-isa-1.20110614/t/basic.t UNIVERSAL-isa-1.20110614/Makefile.PL UNIVERSAL-isa-1.20110614/t/warnings.t UNIVERSAL-isa-1.20110614/lib/UNIVERSAL UNIVERSAL-isa-1.20110614/lib/UNIVERSAL/isa.pm CPAN.pm: Going to build C/CH/CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::isa 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/UNIVERSAL/isa.pm blib\lib\UNIVERSAL\isa.pm CHROMATIC/UNIVERSAL-isa-1.20110614.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\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/basic.t ..... 1..47 ok 1 - use UNIVERSAL::isa; ok 2 - [] is an array ref ok 3 - not warning by default ok 4 - bar is a Bar ok 5 - not warning by default ok 6 - foo is a Foo ok 7 - ... warning by default ok 8 - bar is not Zlap ok 9 - not warning by default ok 10 - neither is Foo ok 11 - ... warning by default ok 12 - Gorch is itself ok 13 - ... warning by default ok 14 - gorch is not Zlap ok 15 - ... warning by default ok 16 - ... it is dung ok 17 - ... warning by default ok 18 - Baz is itself ok 19 - ... warning by default ok 20 - baz is not Zlap ok 21 - ... warning by default ok 22 - it is dung ok 23 - ... warning by default ok 24 - hash reference isa HASH ok 25 - ... and no warning by default ok 26 - array reference isa ARRAY ok 27 - ... and no warning by default ok 28 - code reference isa CODE ok 29 - ... and no warning by default ok 30 - scalar reference isa SCALAR ok 31 - ... and no warning by default ok 32 - regexp reference isa Regexp ok 33 - ... and no warning by default ok 34 - glob reference isa GLOB ok 35 - ... and no warning by default ok 36 - hash reference isa HASH ok 37 - ... warning in verbose mode ok 38 - array reference isa ARRAY ok 39 - ... warning in verbose mode ok 40 - code reference isa CODE ok 41 - ... warning in verbose mode ok 42 - scalar reference isa SCALAR ok 43 - ... warning in verbose mode ok 44 - regexp reference isa Regexp ok 45 - ... warning in verbose mode ok 46 - glob reference isa GLOB ok 47 - ... warning in verbose mode ok t/bugs.t ...... 1..12 ok 1 - use UNIVERSAL::isa; ok 2 - isa() should work on class methods too ok 3 - ... but not for non-existant classes ok 4 - ... and should work on delegated wrappers ok 5 - isa on undef returns undef ok 6 - The object isa CGI ok 7 - ... can test ISA on landmines ok 8 - The object isa Foo ok 9 - unloaded class should not inherit from UNIVERSAL ok 10 - ... and should not warn ok 11 - warning on unloaded class given class (RT \#24822) ok 12 - warning on unloaded class given object (RT \#24882) ok t/warnings.t .. 1..9 ok 1 - use UNIVERSAL::isa; ok 2 - U::i should warn by default when redirecting to overridden method ok 3 - ... even if isa() would return false ok 4 - ... but not by default on default isa() ok 5 - ... even when it would return false ok 6 - U::i should warn when verbose when redirecting to overridden method ok 7 - ... even if isa() would return false ok 8 - ... and on default isa() ok 9 - ... even when it would return false ok All tests successful. Files=3, Tests=68, 0 wallclock secs ( 0.02 usr + 0.01 sys = 0.03 CPU) Result: PASS CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz nmake test TEST_VERBOSE=1 -- OK PPD for UNIVERSAL-isa-1.20110614 already made Running test for module 'UNIVERSAL::can' Running make for C/CH/CHROMATIC/UNIVERSAL-can-1.20110617.tar.gz Prepending C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib to PERL5LIB for 'get' Checksum for C:\cpanfly\var\cpan\sources\authors\id\C\CH\CHROMATIC\UNIVERSAL-can-1.20110617.tar.gz ok Will not use Archive::Tar, need 1.00 UNIVERSAL-can-1.20110617 UNIVERSAL-can-1.20110617/README UNIVERSAL-can-1.20110617/Changes UNIVERSAL-can-1.20110617/LICENSE UNIVERSAL-can-1.20110617/dist.ini UNIVERSAL-can-1.20110617/t UNIVERSAL-can-1.20110617/t/bugs.t UNIVERSAL-can-1.20110617/META.yml UNIVERSAL-can-1.20110617/MANIFEST UNIVERSAL-can-1.20110617/t/class.t UNIVERSAL-can-1.20110617/t/object.t UNIVERSAL-can-1.20110617/t/00-load.t UNIVERSAL-can-1.20110617/Makefile.PL UNIVERSAL-can-1.20110617/t/bad-input.t UNIVERSAL-can-1.20110617/t/SUPER-can.t UNIVERSAL-can-1.20110617/t/always_warn.t UNIVERSAL-can-1.20110617/t/deep-recursion.t UNIVERSAL-can-1.20110617/lib/UNIVERSAL UNIVERSAL-can-1.20110617/lib/UNIVERSAL/can.pm UNIVERSAL-can-1.20110617/t/lib/Test UNIVERSAL-can-1.20110617/t/lib/Test/SmallWarn.pm UNIVERSAL-can-1.20110617/t/isa-triggering-overload.t Prepending C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build C/CH/CHROMATIC/UNIVERSAL-can-1.20110617.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::can 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/UNIVERSAL/can.pm blib\lib\UNIVERSAL\can.pm CHROMATIC/UNIVERSAL-can-1.20110617.tar.gz nmake -- OK Prepending C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib to PERL5LIB for 'test' 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\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing UNIVERSAL::can 1.20110617, Perl 5.010000, C:\Perl64\bin\perl.exe t/00-load.t .................. 1..3 ok 1 - use UNIVERSAL::can; ok 2 - UNIVERSAL::can() should not export can() ok 3 - .. but should export it when requested ok t/always_warn.t .............. 1..2 ok 1 - use UNIVERSAL::can; ok 2 - -always_warn flag should make module always warn ok t/bad-input.t ................ 1..23 ok 1 - use UNIVERSAL::can; ok 2 - (undef) should be false ok 3 - ... and not throw a warning ok 4 - should be false ok 5 - ... and not throw a warning ok 6 - SCALAR(0x29eba0) should be false ok 7 - ... and not throw a warning ok 8 - HASH(0x2aaea0) should be false ok 9 - ... and not throw a warning ok 10 - ARRAY(0x2aaed0) should be false ok 11 - ... and not throw a warning ok 12 - 0 should be false ok 13 - ... and not throw a warning ok 14 - CODE(0x2a31c8) should be false ok 15 - ... and not throw a warning ok 16 - *test::FH should be false ok 17 - ... and not throw a warning ok 18 - -1 should be false ok 19 - ... and not throw a warning ok 20 - 0.003 should be false ok 21 - ... and not throw a warning ok 22 - . should be false ok 23 - ... and not throw a warning ok t/bugs.t ..................... ok 1 - use UNIVERSAL::can; ok 2 - unloaded class should not be able to can() ok 3 - ... and should not warn 1..3 ok t/class.t .................... 1..16 ok 1 - use UNIVERSAL::can; ok 2 - can() should return true for defined class methods ok 3 - ... returning a code reference ok 4 - ... the correct code reference ok 5 - calling UNIVERSAL::can() as function on invocant should warn ok 6 - UNIVERSAL::can() should return true then too ok 7 - ... returning a code reference ok 8 - ... the correct code reference ok 9 - can() should return true for methods called as class methods ok 10 - ... and false for nonexistant methods ok 11 - calling UNIVERSAL::can() as function on class name invocant should warn ok 12 - ... but only with warnings enabled ok 13 - ... and not with warnings diabled for UNIVERSAL::can ok 14 - can() should return true for class can() method ok 15 - ... returning a code reference ok 16 - ... the correct code reference ok t/deep-recursion.t ........... 1..1 ok 1 - Didn't segfault ok t/isa-triggering-overload.t .. 1..3 ok 1 - ->can should return true for an existing method ok 2 - ->can should return false for a non-existent method ok 3 - it should not trigger the string overload on the invocant in either case ok t/object.t ................... 1..6 ok 1 - use UNIVERSAL::can; ok 2 - UNIVERSAL::can() should return a true value, if possible ok 3 - ... a code ref, if possible ok 4 - ... or undef if not ok 5 - ... the proper code ref ok 6 - ... not eating any exceptions already thrown ok t/SUPER-can.t ................ 1..2 ok 1 - CLASS->SUPER::can(METHOD) does not give a warning ok 2 - CLASS->SUPER::can(METHOD) does not invoke CLASS->can(METHOD) ok All tests successful. Files=9, Tests=59, 1 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) Result: PASS CHROMATIC/UNIVERSAL-can-1.20110617.tar.gz nmake test TEST_VERBOSE=1 -- OK PPD for UNIVERSAL-can-1.20110617 already made Running make for C/CH/CHROMATIC/Test-MockObject-1.20120301.tar.gz Prepending C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/lib C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory C:\cpanfly\var\cpan\build\Test-MockObject-1.20120301-WFkbFW Prepending C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/lib C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build C/CH/CHROMATIC/Test-MockObject-1.20120301.tar.gz >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Test/MockObject/Extends.pm blib\lib\Test\MockObject\Extends.pm cp lib/Test/MockObject.pm blib\lib\Test\MockObject.pm CHROMATIC/Test-MockObject-1.20120301.tar.gz nmake -- OK Prepending C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/lib C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/arch C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib to PERL5LIB for 'test' 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\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/base.t ...................... 1..103 ok 1 - use Test::MockObject; ok 2 - Test::MockObject->can('new') ok 3 - The object isa Test::MockObject ok 4 - Test::MockObject->can('mock') ok 5 - Test::MockObject->can('foo') ok 6 - mock() should return itself ok 7 - ... default mock should return nothing ok 8 - Test::MockObject->can('remove') ok 9 - remove() should remove a sub from potential action ok 10 - ... returning itself ok 11 - mock() should install callable subref ok 12 - ... which behaves normally ok 13 - can() should return a subref ok 14 - Test::MockObject->can('set_always') ok 15 - set_always() should add a sub that always returns its value ok 16 - ... so it should at least do it twice in a row ok 17 - ... returning itself ok 18 - Test::MockObject->can('set_true') ok 19 - set_true() should install a sub that returns true ok 20 - ... or multiple subs ok 21 - ... all ok 22 - ... returning true ok 23 - ... and should return itself ok 24 - Test::MockObject->can('set_false') ok 25 - set_false() should install a sub that returns false ok 26 - ... even in list context ok 27 - ... and should return itself ok 28 - ... or multiple subs ok 29 - ... all ok 30 - ... returning false ok 31 - Test::MockObject->can('set_list') ok 32 - set_list() should install a sub to return a list ok 33 - ... and should return itself ok 34 - ... and the sub should always return the list ok 35 - Test::MockObject->can('set_series') ok 36 - set_series() should install a sub to return a series ok 37 - ... and should return itself ok 38 - ... in order ok 39 - ... through the series ok 40 - ... but false when finishing the series ok 41 - Test::MockObject->can('called') ok 42 - called() should report true if named sub was called ok 43 - ... and false if it was not ok 44 - Test::MockObject->can('clear') ok 45 - clear() should clear recorded call stack ok 46 - ... and should return itself ok 47 - Test::MockObject->can('call_pos') ok 48 - call_pos() should report name of sub called by position ok 49 - ... and should handle negative numbers ok 50 - Test::MockObject->can('call_args') ok 51 - call_args() should return args for sub called by position ok 52 - ... with the object as the first argument ok 53 - Test::MockObject->can('call_args_string') ok 54 - call_args_string() should return args joined ok 55 - ... with no default separator ok 56 - Test::MockObject->can('call_args_pos') ok 57 - call_args_argpos() should return argument for sub by position ok 58 - ... handing negative positions equally well ok 59 - Test::MockObject->can('called_ok') ok 60 - object called 'foo' ok 61 - Test::MockObject->can('called_pos_ok') ok 62 - object called 'foo' at position 1 ok 63 - Test::MockObject->can('called_args_string_is') ok 64 - object sent expected args to sub at position 1 ok 65 - Test::MockObject->can('called_args_pos_is') ok 66 - object sent expected arg '3' to sub at position 1 ok 67 - Test::MockObject->can('fake_module') ok 68 - fake_module() should prevent a module from being loaded ok 69 - fake_module() should install functions in new package namespace ok 70 - ... and should carp if it does not receive a function reference ok 71 - Test::MockObject->can('fake_new') ok 72 - fake_new() should create a fake constructor to return mock object ok 73 - Test::MockObject->can('check_class_loaded') ok 74 - check_class_loaded() should return true for loaded class ok 75 - ... and false for unloaded class ok 76 - ... true for loaded class with no colons ok 77 - ... false for unloaded class with no colons ok 78 - ... true for defined class even with no symbols ok 79 - ... true for defined class with colons but with no symbols ok 80 - ... true for class in %INC ok 81 - ... and true for class with colons in %INC ok 82 - Test::MockObject->can('set_bound') ok 83 - set_bound() should bind to a scalar reference ok 84 - ... and should return itself ok 85 - ... and its return value should change with the ref ok 86 - ... handling array refs ok 87 - ... and hash refs ok 88 - Module should carp when calling a non-existant method ok 89 - ... warning as such ok 90 - Test::MockObject->can('next_call') ok 91 - next_call() should return first method ok 92 - ... and args in a data structure which isa ARRAY ok 93 - ... containing the real arguments ok 94 - ... and removing that call from the stack ok 95 - ... and should skip multiple calls, with an argument provided ok 96 - ... returning undef with no call in that position ok 97 - ... returning only the method name in scalar context ok 98 - Test::MockObject->can('_calls') ok 99 - _calls() should return something that isa ARRAY ok 100 - ... always for the same key ok 101 - Test::MockObject->can('_subs') ok 102 - _subs() should return something that isa HASH ok 103 - ... always for the same key ok t/bugs.t ...................... 1..18 ok 1 - called() should not die from no array ref object ok 2 - _call() should not autovivify extra calls on the stack ok 3 - fake_module() should catch redefined sub warnings ok 4 - called_pos_ok() should return false if name does not match ok 5 - ... printing a helpful diagnostic ok 6 - called_pos_ok() should throw no uninitialized warnings on failure ok 7 - ... faking it with the word in the error ok 8 - $1 should be preserved through AUTOLOAD invocation ok 9 - fake_module() should create a symbol table entry for the module ok 10 - set_series() should return false at the end of a series ok 11 - default overloadings should work ok 12 - ... and not be static ok 13 - ... but should not interfere with method finding ok 14 - MO cached by another MO log should not be garbage collected ok 15 - ... but should go away when caching MO does ok 16 - ... and the caching MO better go away too! ok 17 - fake_module() should throw exception for loaded module without mocks ok 18 - check_class_loaded() should work for nested class names ok t/debugger.t .................. 1..4 ok 1 - use Test::MockObject; ok 2 - generated isa() should have correct name under debugger ok 3 - generated can() should have correct name under debugger ok 4 - T::MO should not permanently reset $^P ok v-string in use/require non-portable at C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib/UNIVERSAL/isa.pm line 9. Called UNIVERSAL::isa() as a function, not a method at C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/lib/UNIVERSAL/can.pm line 47. t/debuggingwarnings.t ......... ok 1 - use Test::MockObject; ok 2 - T::MO should enable U::i when loaded with -debug flag ok 3 - T::MO should enable U::c when loaded with -debug flag 1..3 ok v-string in use/require non-portable at C:\cpanfly\var\cpan\build\UNIVERSAL-isa-1.20110614-l4qbCD/blib/lib/UNIVERSAL/isa.pm line 9. Called UNIVERSAL::isa() as a function, not a method at C:\cpanfly\var\cpan\build\UNIVERSAL-can-1.20110617-tQMzMD/blib/lib/UNIVERSAL/can.pm line 47. t/debuggingwarningsextends.t .. ok 1 - use Test::MockObject::Extends; ok 2 - T::MO::E should enable U::i when loaded with -debug flag ok 3 - T::MO::E should enable U::c when loaded with -debug flag 1..3 ok t/extends-bugs.t .............. 1..33 ok 1 - use Test::MockObject::Extends; ok 2 - Mocking a package defined inline should not load anything ok 3 - The object isa HASH ok 4 - ...also if UNIVERSAL::isa() is called as a function ok 5 - The extended object isa HASH ok 6 - ...also if UNIVERSAL::isa() is called as a function ok 7 - The object isa Foo ok 8 - The object isa Foo ok 9 - foo() returns as expected ok 10 - $called_foo is incremented ok 11 - $called_autoload is unchanged ok 12 - $method_name is unchanged ok 13 - bad() returns as expected ok 14 - $called_autoload is incremented ok 15 - $method_name is the correct value ok 16 - The object isa Foo ok 17 - The object isa Bar ok 18 - The object isa Foo ok 19 - The object isa Bar ok 20 - foo() returns as expected ok 21 - $called_foo is incremented ok 22 - $called_autoload is unchanged ok 23 - $called_this is unchanged ok 24 - this() returns as expected ok 25 - $called_foo is unchanged ok 26 - $called_autoload is unchanged ok 27 - $called_this is incremented ok 28 - that() returns as expected ok 29 - $called_autoload is incremented ok 30 - $method_name is set correctly ok 31 - The $AUTOLOAD for the object's actual class should be unset ok 32 - The $AUTOLOAD that catches the call should contain the desired name ok 33 - class method mocked ok t/extends.t ................... 1..41 ok 1 - use Test::MockObject::Extends; ok 2 - The object isa Test::MockObject ok 3 - passing a class name to new() should set inheritance properly ok 4 - new() should load parent module unless already loaded ok 5 - mock() should override method in parent ok 6 - ... calling original methods in parent ok 7 - ... returning invocant ok 8 - unmock() should remove method overriding ok 9 - ... returning invocant ok 10 - ... and should pass along invocant ok 11 - ... returning invocant ok 12 - ... logging methods appropriately ok 13 - ... should wrap existing object appropriately ok 14 - The object isa Some::Class ok 15 - The object isa Another::Class ok 16 - ... returning the right result even when the class is not a parent ok 17 - unlogged methods should work ok 18 - ... and logging should not happen for them ok 19 - ... not throwing redefinition warnings ok 20 - ... allowing overriding with logged versions ok 21 - ... with logging happening then, obviously ok 22 - Mocking worked ok 23 - Method didn't trigger bad method ok 24 - The object isa Foo ok 25 - Creating a wrapped module should not die ok 26 - The object isa Foo ok 27 - foo() should return as expected ok 28 - ... calling the method ok 29 - ... not touching AUTOLOAD() ok 30 - ... or $Foo::AUTOLOAD ok 31 - bad() should returns as expected ok 32 - ... calling AUTOLOAD() ok 33 - ... with the appropriate $Foo::AUTOLOAD ok 34 - __get_parents() should return a list of parents of the wrapped object ok 35 - The object isa FooNoAutoload ok 36 - Creating a wrapped module should not die ok 37 - The object isa FooNoAutoload ok 38 - fooNA() should return as expected ok 39 - ... calling the method ok 40 - ... not touching AUTOLOAD() ok 41 - ... should die if calling a non-mocked and non-AUTOLOADED method ok t/ignore.t .................... 1..6 ok 1 - use Test::MockObject; ok 2 - mocking a method with a leading dash should work ok 3 - ... not preventing subsequent mocks ok 4 - ... but should prevent logging of endashed sub calls ok 5 - unlogged call should be remockable ok 6 - ... and reloggable ok t/isa.t ....................... 1..7 ok 1 - use Test::MockObject; ok 2 - Test::MockObject->can('set_isa') ok 3 - The object isa CGI ok 4 - The object isa Apache ok 5 - The object isa Something ok 6 - The object isa Apache::Request ok 7 - ... this is not a "Fail" object ok t/nodefaultwarnings.t ......... ok 1 - use Test::MockObject; ok 2 - T::MO should not enable U::i by default ok 3 - T::MO should not enable U::c by default ok 4 - use Test::MockObject::Extends; ok 5 - T::MO::E should not enable U::i by default ok 6 - T::MO::E should not enable U::c by default 1..6 ok All tests successful. Files=10, Tests=224, 1 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU) Result: PASS CHROMATIC/Test-MockObject-1.20120301.tar.gz nmake test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> Perl extension for emulating troublesome interfaces >>> (cd C:\cpanfly\var\cpan\build\Test-MockObject-1.20120301-WFkbFW && tar cvf - Test-MockObject-1.20120301.ppd blib) | gzip -c >C:/cpanfly/var/REPO/C/CH/CHROMATIC/Test-MockObject-1.20120301.tar.gz Test-MockObject-1.20120301.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/MockObject/ blib/lib/Test/MockObject/Extends.pm blib/lib/Test/MockObject.pm >>> mv C:\cpanfly\var\cpan\build\Test-MockObject-1.20120301-WFkbFW/Test-MockObject-1.20120301.ppd C:/cpanfly/var/REPO/C/CH/CHROMATIC Finished 2012-03-01T22:21:31