PATH=/usr/bin:/bin:/Users/fly1800/var/megalib/bin Start 2013-06-30T11:30:35 ActivePerl-1800 CPAN-2.00 Reading '/Users/fly1800/var/cpan/Metadata' Database was generated on Sun, 30 Jun 2013 12:06:58 GMT Running make for C/CH/CHROMATIC/Test-MockObject-1.20110606.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/Test-MockObject-1.20110606.tar.gz ok Test-MockObject-1.20110606 Test-MockObject-1.20110606/README Test-MockObject-1.20110606/Changes Test-MockObject-1.20110606/t Test-MockObject-1.20110606/t/isa.t Test-MockObject-1.20110606/LICENSE Test-MockObject-1.20110606/dist.ini Test-MockObject-1.20110606/t/bugs.t Test-MockObject-1.20110606/t/base.t Test-MockObject-1.20110606/META.yml Test-MockObject-1.20110606/MANIFEST Test-MockObject-1.20110606/t/ignore.t Test-MockObject-1.20110606/MYMETA.json Test-MockObject-1.20110606/t/extends.t Test-MockObject-1.20110606/Makefile.PL Test-MockObject-1.20110606/_build Test-MockObject-1.20110606/_build/notes Test-MockObject-1.20110606/t/debugger.t Test-MockObject-1.20110606/_build/cleanup Test-MockObject-1.20110606/_build/prereqs Test-MockObject-1.20110606/_build/magicnum Test-MockObject-1.20110606/_build/features Test-MockObject-1.20110606/t/extends-bugs.t Test-MockObject-1.20110606/_build/config_data Test-MockObject-1.20110606/_build/build_params Test-MockObject-1.20110606/_build/auto_features Test-MockObject-1.20110606/_build/runtime_params Test-MockObject-1.20110606/t/nodefaultwarnings.t Test-MockObject-1.20110606/t/debuggingwarnings.t Test-MockObject-1.20110606/lib/Test Test-MockObject-1.20110606/lib/Test/MockObject.pm Test-MockObject-1.20110606/t/debuggingwarningsextends.t Test-MockObject-1.20110606/lib/Test/MockObject Test-MockObject-1.20110606/lib/Test/MockObject/Extends.pm Test-MockObject-1.20110606/_build/lib/Module/Build Test-MockObject-1.20110606/_build/lib/Module/Build/FilterTests.pm CPAN.pm: Building C/CH/CHROMATIC/Test-MockObject-1.20110606.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL 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.20110606.tar.gz ---- UNIVERSAL::can [requires] UNIVERSAL::isa [requires] Running make test Delayed until after prerequisites Running test for module 'UNIVERSAL::can' Running make for C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz ok UNIVERSAL-can-1.20120726 UNIVERSAL-can-1.20120726/README UNIVERSAL-can-1.20120726/Changes UNIVERSAL-can-1.20120726/LICENSE UNIVERSAL-can-1.20120726/dist.ini UNIVERSAL-can-1.20120726/t UNIVERSAL-can-1.20120726/t/bugs.t UNIVERSAL-can-1.20120726/META.yml UNIVERSAL-can-1.20120726/MANIFEST UNIVERSAL-can-1.20120726/t/class.t UNIVERSAL-can-1.20120726/t/object.t UNIVERSAL-can-1.20120726/t/00-load.t UNIVERSAL-can-1.20120726/Makefile.PL UNIVERSAL-can-1.20120726/t/bad-input.t UNIVERSAL-can-1.20120726/t/SUPER-can.t UNIVERSAL-can-1.20120726/t/always_warn.t UNIVERSAL-can-1.20120726/t/deep-recursion.t UNIVERSAL-can-1.20120726/lib/UNIVERSAL UNIVERSAL-can-1.20120726/lib/UNIVERSAL/can.pm UNIVERSAL-can-1.20120726/t/lib/Test UNIVERSAL-can-1.20120726/t/lib/Test/SmallWarn.pm UNIVERSAL-can-1.20120726/t/isa-triggering-overload.t CPAN.pm: Building C/CH/CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::can Writing MYMETA.yml and MYMETA.json >>> make cp lib/UNIVERSAL/can.pm blib/lib/UNIVERSAL/can.pm Manifying blib/man3/UNIVERSAL::can.3 CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1800/ap1800-297214/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing UNIVERSAL::can 1.20120726, Perl 5.018000, /Users/fly1800/ap1800-297214/bin/perl-dynamic 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(0x100818908) should be false ok 7 - ... and not throw a warning ok 8 - HASH(0x1008137d8) should be false ok 9 - ... and not throw a warning ok 10 - ARRAY(0x100832e68) 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(0x100813700) 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 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, 0 wallclock secs ( 0.06 usr 0.02 sys + 0.28 cusr 0.06 csys = 0.42 CPU) Result: PASS CHROMATIC/UNIVERSAL-can-1.20120726.tar.gz make test TEST_VERBOSE=1 -- OK PPD for UNIVERSAL-can-1.20120726 already made Running test for module 'UNIVERSAL::isa' Running make for C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz Prepending /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/lib to PERL5LIB for 'get' Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz ok UNIVERSAL-isa-1.20120726 UNIVERSAL-isa-1.20120726/README UNIVERSAL-isa-1.20120726/Changes UNIVERSAL-isa-1.20120726/LICENSE UNIVERSAL-isa-1.20120726/dist.ini UNIVERSAL-isa-1.20120726/t UNIVERSAL-isa-1.20120726/t/bugs.t UNIVERSAL-isa-1.20120726/META.yml UNIVERSAL-isa-1.20120726/MANIFEST UNIVERSAL-isa-1.20120726/t/basic.t UNIVERSAL-isa-1.20120726/Makefile.PL UNIVERSAL-isa-1.20120726/t/warnings.t UNIVERSAL-isa-1.20120726/lib/UNIVERSAL UNIVERSAL-isa-1.20120726/lib/UNIVERSAL/isa.pm Prepending /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/lib to PERL5LIB for 'make' CPAN.pm: Building C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::isa Writing MYMETA.yml and MYMETA.json >>> make cp lib/UNIVERSAL/isa.pm blib/lib/UNIVERSAL/isa.pm Manifying blib/man3/UNIVERSAL::isa.3 CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz make -- OK Prepending /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1800/ap1800-297214/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ..... 1..46 ok 1 - [] is an array ref ok 2 - not warning by default ok 3 - bar is a Bar ok 4 - not warning by default ok 5 - foo is a Foo ok 6 - ... warning by default ok 7 - bar is not Zlap ok 8 - not warning by default ok 9 - neither is Foo ok 10 - ... warning by default ok 11 - Gorch is itself ok 12 - ... warning by default ok 13 - gorch is not Zlap ok 14 - ... warning by default ok 15 - ... it is dung ok 16 - ... warning by default ok 17 - Baz is itself ok 18 - ... warning by default ok 19 - baz is not Zlap ok 20 - ... warning by default ok 21 - it is dung ok 22 - ... warning by default ok 23 - hash reference isa HASH ok 24 - ... and no warning by default ok 25 - array reference isa ARRAY ok 26 - ... and no warning by default ok 27 - code reference isa CODE ok 28 - ... and no warning by default ok 29 - scalar reference isa SCALAR ok 30 - ... and no warning by default ok 31 - regexp reference isa Regexp ok 32 - ... and no warning by default ok 33 - glob reference isa GLOB ok 34 - ... and no warning by default ok 35 - hash reference isa HASH ok 36 - ... warning in verbose mode ok 37 - array reference isa ARRAY ok 38 - ... warning in verbose mode ok 39 - code reference isa CODE ok 40 - ... warning in verbose mode ok 41 - scalar reference isa SCALAR ok 42 - ... warning in verbose mode ok 43 - regexp reference isa Regexp ok 44 - ... warning in verbose mode ok 45 - glob reference isa GLOB ok 46 - ... warning in verbose mode ok t/bugs.t ...... 1..11 ok 1 - isa() should work on class methods too ok 2 - ... but not for non-existant classes ok 3 - ... and should work on delegated wrappers ok 4 - isa on undef returns undef ok 5 - The object isa CGI ok 6 - ... can test ISA on landmines ok 7 - The object isa Foo ok 8 - unloaded class should inherit from UNIVERSAL ok 9 - ... and should not warn ok 10 - warning on unloaded class given class (RT \#24822) ok 11 - warning on unloaded class given object (RT \#24882) ok t/warnings.t .. 1..8 ok 1 - U::i should warn by default when redirecting to overridden method ok 2 - ... even if isa() would return false ok 3 - ... but not by default on default isa() ok 4 - ... even when it would return false ok 5 - U::i should warn when verbose when redirecting to overridden method ok 6 - ... even if isa() would return false ok 7 - ... and on default isa() ok 8 - ... even when it would return false ok All tests successful. Files=3, Tests=65, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.13 cusr 0.02 csys = 0.20 CPU) Result: PASS CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz make test TEST_VERBOSE=1 -- OK PPD for UNIVERSAL-isa-1.20120726 already made Running make for C/CH/CHROMATIC/Test-MockObject-1.20110606.tar.gz Prepending /Users/fly1800/var/cpan/build/UNIVERSAL-isa-1.20120726-vxSNtL/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-isa-1.20120726-vxSNtL/blib/lib /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/fly1800/var/cpan/build/Test-MockObject-1.20110606-kwbuEI Prepending /Users/fly1800/var/cpan/build/UNIVERSAL-isa-1.20120726-vxSNtL/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-isa-1.20120726-vxSNtL/blib/lib /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/lib to PERL5LIB for 'make' CPAN.pm: Building C/CH/CHROMATIC/Test-MockObject-1.20110606.tar.gz >>> make cp lib/Test/MockObject.pm blib/lib/Test/MockObject.pm cp lib/Test/MockObject/Extends.pm blib/lib/Test/MockObject/Extends.pm Manifying blib/man3/Test::MockObject::Extends.3 Manifying blib/man3/Test::MockObject.3 CHROMATIC/Test-MockObject-1.20110606.tar.gz make -- OK Prepending /Users/fly1800/var/cpan/build/UNIVERSAL-isa-1.20120726-vxSNtL/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-isa-1.20120726-vxSNtL/blib/lib /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/arch /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1800/ap1800-297214/bin/perl-dynamic "-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 Called UNIVERSAL::isa() as a function, not a method at /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/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 Called UNIVERSAL::isa() as a function, not a method at /Users/fly1800/var/cpan/build/UNIVERSAL-can-1.20120726-K5rFJn/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.08 usr 0.03 sys + 0.46 cusr 0.09 csys = 0.66 CPU) Result: PASS CHROMATIC/Test-MockObject-1.20110606.tar.gz make test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> Perl extension for emulating troublesome interfaces >>> (cd /Users/fly1800/var/cpan/build/Test-MockObject-1.20110606-kwbuEI && tar cvf - Test-MockObject-1.20110606.ppd blib) | gzip -c >/Users/fly1800/var/REPO/C/CH/CHROMATIC/Test-MockObject-1.20110606.tar.gz Test-MockObject-1.20110606.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/MockObject/ blib/lib/Test/MockObject/Extends.pm blib/lib/Test/MockObject.pm blib/man3/ blib/man3/Test::MockObject.3 blib/man3/Test::MockObject::Extends.3 >>> mv /Users/fly1800/var/cpan/build/Test-MockObject-1.20110606-kwbuEI/Test-MockObject-1.20110606.ppd /Users/fly1800/var/REPO/C/CH/CHROMATIC Finished 2013-06-30T11:30:48