Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\01_load.t t\02_register.t t\03_properties.t t\04_threaded.t t\05_forking.t t\06_export_ok.t t\07_synopsis_obj.t t\08_DEMOLISH.t t\09_foreign.t t\10_storable_values.t t\11_storable_refs.t t\12_storable_hooks.t t\13_options.t t\14_accessor_hooks.t t\15_no_weaken_fallback.t t\16_property_argument_checking.t t\17_option_argument_checking.t t\18_register_argument_checking.t t\19_storable_singleton.t t\20_storable_singleton_error.t t\21_optional_new.t t\22_readonly.t t\01_load..........................1..14 # Failed test (t\01_load.t at line 30) # Tried to use 'Class::InsideOut'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at (eval 1) line 2. not ok 1 - use Class::InsideOut; # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('options') failed not ok 2 - Class::InsideOut->can('options') # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('private') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('property') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('public') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('register') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('id') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('_properties') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('_object_count') failed # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('_leaking_memory') failed not ok 3 - Class::InsideOut->can('private') not ok 4 - Class::InsideOut->can('property') not ok 5 - Class::InsideOut->can('public') not ok 6 - Class::InsideOut->can('register') not ok 7 - Class::InsideOut->can('id') not ok 8 - Class::InsideOut->can('_properties') not ok 9 - Class::InsideOut->can('_object_count') not ok 10 - Class::InsideOut->can('_leaking_memory') not ok 11 - Class::InsideOut->can('CLONE') # Failed test (t\01_load.t at line 32) # Class::InsideOut->can('CLONE') failed ok 12 - DESTROY not part of the API ok 13 - STORABLE_freeze not part of the API ok 14 - STORABLE_thaw not part of the API # Looks like you failed 11 tests of 14. dubious Test returned status 11 (wstat 2816, 0xb00) DIED. FAILED tests 1-11 Failed 11/14 tests, 21.43% okay t\02_register......................"refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\02_register.t line 3. BEGIN failed--compilation aborted at t\02_register.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) t\03_properties...................."refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\03_properties.t line 3. BEGIN failed--compilation aborted at t\03_properties.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) t\04_threaded......................1..0 # Skip thread support requires perl 5.8.5 skipped all skipped: thread support requires perl 5.8.5 t\05_forking.......................1..10 # Failed test (t\05_forking.t at line 45) # Tried to require 't::Object::Animal'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at t/Object/Animal.pm line 4. # BEGIN failed--compilation aborted at t/Object/Animal.pm line 4. # Compilation failed in require at (eval 3) line 2. # Failed test (t\05_forking.t at line 46) # Tried to require 't::Object::Animal::Antelope'. # Error: syntax error at t/Object/Animal/Antelope.pm line 15, near "property color" # Compilation failed in require at (eval 4) line 2. Can't locate object method "new" via package "t::Object::Animal" at t\05_forking.t line 48. # Looks like you planned 10 tests but only ran 2. # Looks like your test died just after 2. not ok 1 - require t::Object::Animal; not ok 2 - require t::Object::Animal::Antelope; dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t\06_export_ok.....................1..34 ok 1 - setting package to 'export_ok_test' not ok 2 - require Class::InsideOut; # Failed test (t\06_export_ok.t at line 38) # Tried to require 'Class::InsideOut'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at (eval 1) line 2. ok 3 - Importing all @EXPORT_OK functions not ok 4 - export_ok_test->can('id') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('id') failed not ok 5 - export_ok_test->can('private') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('private') failed not ok 6 - export_ok_test->can('public') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('public') failed not ok 7 - export_ok_test->can('register') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('register') failed not ok 8 - export_ok_test->can('options') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('options') failed not ok 9 - export_ok_test->can('property') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('property') failed not ok 10 - export_ok_test->can('DESTROY') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('DESTROY') failed not ok 11 - export_ok_test->can('STORABLE_freeze') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('STORABLE_freeze') failed not ok 12 - export_ok_test->can('STORABLE_thaw') # Failed test (t\06_export_ok.t at line 44) # export_ok_test->can('STORABLE_thaw') failed ok 13 - setting package to 'export_tags_std_test' ok 14 - require Class::InsideOut; ok 15 - Importing ':std' tag not ok 16 - export_tags_std_test->can('id') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('id') failed not ok 17 - export_tags_std_test->can('private') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('private') failed not ok 18 - export_tags_std_test->can('public') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('public') failed not ok 19 - export_tags_std_test->can('register') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('register') failed not ok 20 - export_tags_std_test->can('DESTROY') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('DESTROY') failed not ok 21 - export_tags_std_test->can('STORABLE_freeze') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('STORABLE_freeze') failed not ok 22 - export_tags_std_test->can('STORABLE_thaw') # Failed test (t\06_export_ok.t at line 59) # export_tags_std_test->can('STORABLE_thaw') failed ok 23 - setting package to 'export_tags_all_test' ok 24 - require Class::InsideOut; ok 25 - Importing ':all' tag not ok 26 - export_tags_all_test->can('id') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('id') failed not ok 27 - export_tags_all_test->can('private') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('private') failed not ok 28 - export_tags_all_test->can('public') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('public') failed not ok 29 - export_tags_all_test->can('register') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('register') failed not ok 30 - export_tags_all_test->can('options') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('options') failed not ok 31 - export_tags_all_test->can('property') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('property') failed not ok 32 - export_tags_all_test->can('DESTROY') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('DESTROY') failed not ok 33 - export_tags_all_test->can('STORABLE_freeze') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('STORABLE_freeze') failed not ok 34 - export_tags_all_test->can('STORABLE_thaw') # Failed test (t\06_export_ok.t at line 75) # export_tags_all_test->can('STORABLE_thaw') failed # Looks like you failed 26 tests of 34. dubious Test returned status 26 (wstat 6656, 0x1a00) DIED. FAILED tests 2, 4-12, 16-22, 26-34 Failed 26/34 tests, 23.53% okay t\07_synopsis_obj.................."refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\07_synopsis_obj.t line 3. BEGIN failed--compilation aborted at t\07_synopsis_obj.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) t\08_DEMOLISH......................"refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\08_DEMOLISH.t line 3. BEGIN failed--compilation aborted at t\08_DEMOLISH.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) t\09_foreign......................."refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\09_foreign.t line 4. BEGIN failed--compilation aborted at t\09_foreign.t line 4. dubious Test returned status 255 (wstat 65280, 0xff00) t\10_storable_values..............."refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\10_storable_values.t line 3. BEGIN failed--compilation aborted at t\10_storable_values.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) t\11_storable_refs................."refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\11_storable_refs.t line 14. BEGIN failed--compilation aborted at t\11_storable_refs.t line 14. dubious Test returned status 255 (wstat 65280, 0xff00) t\12_storable_hooks................"refaddr" is not exported by the Scalar::Util module Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. Compilation failed in require at t\12_storable_hooks.t line 3. BEGIN failed--compilation aborted at t\12_storable_hooks.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) t\13_options.......................1..5 not ok 1 - use Class::InsideOut; # Failed test (t\13_options.t at line 6) # Tried to use 'Class::InsideOut'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at (eval 1) line 2. not ok 2 - main->can('options') # Failed test (t\13_options.t at line 8) # main->can('options') failed Undefined subroutine &main::options called at t\13_options.t line 10. # Looks like you planned 5 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t\14_accessor_hooks................1..21 # Failed test (t\14_accessor_hooks.t at line 32) # Tried to require 't::Object::Hooked'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at t/Object/Hooked.pm line 3. # BEGIN failed--compilation aborted at t/Object/Hooked.pm line 3. # Compilation failed in require at (eval 1) line 2. not ok 1 - require t::Object::Hooked; Undefined subroutine &Class::InsideOut::_properties called at t\14_accessor_hooks.t line 34. # Looks like you planned 21 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-21 Failed 21/21 tests, 0.00% okay t\15_no_weaken_fallback............1..2 # Failed test (t\15_no_weaken_fallback.t at line 52) not ok 1 - require t::Object::Trivial succeeded without XS # got: 'Died at t\15_no_weaken_fallback.t line 22. # Compilation failed in require at C:/cpanrun-5.8/build/5-8-0/lib/Scalar/Util.pm line 10. # Compilation failed in require at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at t/Object/Trivial.pm line 4. # BEGIN failed--compilation aborted at t/Object/Trivial.pm line 4. # Compilation failed in require at (eval 1) line 3. # ' # expected: '' # Failed test (t\15_no_weaken_fallback.t at line 56) # undef # doesn't match '/Scalar::Util::weaken/' # Looks like you failed 2 tests of 2. not ok 2 - Saw warning for Scalar::Util::weaken unavailable dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t\16_property_argument_checking....1..20 # Failed test (t\16_property_argument_checking.t at line 55) # Tried to require 'Class::InsideOut'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at (eval 1) line 2. not ok 1 - require Class::InsideOut; String found where operator expected at (eval 3) line 1, near "Class::InsideOut::property 'test#data'" (Do you need to predeclare Class::InsideOut::property?) # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 3) line 1, near "Class::InsideOut::property 'test#data'" # ' # doesn't match '/invalid property name/i' not ok 2 - property: invalid property name: bad symbols String found where operator expected at (eval 4) line 1, near "Class::InsideOut::property '1testdata'" (Do you need to predeclare Class::InsideOut::property?) # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 4) line 1, near "Class::InsideOut::property '1testdata'" # ' # doesn't match '/invalid property name/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 5) line 1, near "Class::InsideOut::property [" # ' # doesn't match '/invalid property name/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 6) line 1, near "Class::InsideOut::property testdata" # ' # doesn't match '/must be hash/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 7) line 1, near "Class::InsideOut::property testdata" # ' # doesn't match '/must be a hash reference/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 8) line 1, near "Class::InsideOut::property testdata" # ' # doesn't match '/must be a hash reference/i' String found where operator expected at (eval 9) line 1, near "Class::InsideOut::public 'test#data'" (Do you need to predeclare Class::InsideOut::public?) # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 9) line 1, near "Class::InsideOut::public 'test#data'" # ' # doesn't match '/invalid property name/i' String found where operator expected at (eval 10) line 1, near "Class::InsideOut::public '1testdata'" (Do you need to predeclare Class::InsideOut::public?) not ok 3 - property: invalid property name: leading number not ok 4 - property: invalid property name: object not ok 5 - property: invalid property store: not a hashref not ok 6 - property: invalid property options: passed arrayref, not a hashref not ok 7 - property: invalid property options: passed scalar, not a hashref not ok 8 - public: invalid property name: bad symbols not ok 9 - public: invalid property name: leading number # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 10) line 1, near "Class::InsideOut::public '1testdata'" # ' # doesn't match '/invalid property name/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 11) line 1, near "Class::InsideOut::public [" # ' # doesn't match '/invalid property name/i' not ok 10 - public: invalid property name: object # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 12) line 1, near "Class::InsideOut::public testdata" # ' # doesn't match '/must be hash/i' not ok 11 - public: invalid property store: not a hashref # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 13) line 1, near "Class::InsideOut::public testdata" # ' # doesn't match '/must be a hash reference/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 14) line 1, near "Class::InsideOut::public testdata" # ' # doesn't match '/must be a hash reference/i' String found where operator expected at (eval 15) line 1, near "Class::InsideOut::private 'test#data'" (Do you need to predeclare Class::InsideOut::private?) # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 15) line 1, near "Class::InsideOut::private 'test#data'" # ' # doesn't match '/invalid property name/i' String found where operator expected at (eval 16) line 1, near "Class::InsideOut::private '1testdata'" (Do you need to predeclare Class::InsideOut::private?) # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 16) line 1, near "Class::InsideOut::private '1testdata'" # ' # doesn't match '/invalid property name/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 17) line 1, near "Class::InsideOut::private [" # ' # doesn't match '/invalid property name/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 18) line 1, near "Class::InsideOut::private testdata" # ' # doesn't match '/must be hash/i' not ok 12 - public: invalid property options: passed arrayref, not a hashref # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 19) line 1, near "Class::InsideOut::private testdata" # ' # doesn't match '/must be a hash reference/i' # Failed test (t\16_property_argument_checking.t at line 60) # 'syntax error at (eval 20) line 1, near "Class::InsideOut::private testdata" # ' # doesn't match '/must be a hash reference/i' # Failed test (t\16_property_argument_checking.t at line 75) # 'syntax error at (eval 21) line 1, near "Class::InsideOut::property twin" # ' # doesn't match '/duplicate property name/i' # Looks like you failed 20 tests of 20. not ok 13 - public: invalid property options: passed scalar, not a hashref not ok 14 - private: invalid property name: bad symbols not ok 15 - private: invalid property name: leading number not ok 16 - private: invalid property name: object not ok 17 - private: invalid property store: not a hashref not ok 18 - private: invalid property options: passed arrayref, not a hashref not ok 19 - private: invalid property options: passed scalar, not a hashref not ok 20 - Duplicate property name detected dubious Test returned status 20 (wstat 5120, 0x1400) DIED. FAILED tests 1-20 Failed 20/20 tests, 0.00% okay t\17_option_argument_checking......1..7 # Failed test (t\17_option_argument_checking.t at line 55) # Tried to require 'Class::InsideOut'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at (eval 1) line 2. # Failed test (t\17_option_argument_checking.t at line 59) # 'Undefined subroutine &Class::InsideOut::options called at (eval 3) line 1. # ' # doesn't match '/invalid options argument/i' # Failed test (t\17_option_argument_checking.t at line 59) # 'Undefined subroutine &Class::InsideOut::options called at (eval 4) line 1. # ' # doesn't match '/invalid options argument/i' not ok 1 - require Class::InsideOut; not ok 2 - invalid options argument: array is not a hash not ok 3 - invalid options argument: scalar is not a hash # Failed test (t\17_option_argument_checking.t at line 59) # 'Undefined subroutine &Class::InsideOut::options called at (eval 5) line 1. # ' # doesn't match '/invalid option 'not_an_option'/i' not ok 4 - invalid options argument: unknown option # Failed test (t\17_option_argument_checking.t at line 59) # 'Undefined subroutine &Class::InsideOut::options called at (eval 6) line 1. # ' # doesn't match '/invalid option 'privacy'.+?yes/i' not ok 5 - invalid options argument: bad 'privacy' option # Failed test (t\17_option_argument_checking.t at line 59) # 'Undefined subroutine &Class::InsideOut::options called at (eval 7) line 1. # ' # doesn't match '/invalid option 'set_hook'.+code/i' not ok 6 - invalid options argument: bad 'set_hook' option # Failed test (t\17_option_argument_checking.t at line 59) # 'Undefined subroutine &Class::InsideOut::options called at (eval 8) line 1. # ' # doesn't match '/invalid option 'get_hook'.+code/i' # Looks like you failed 7 tests of 7. not ok 7 - invalid options argument: bad 'get_hook' option dubious Test returned status 7 (wstat 1792, 0x700) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t\18_register_argument_checking....1..3 not ok 1 - require Class::InsideOut; # Failed test (t\18_register_argument_checking.t at line 35) # Tried to require 'Class::InsideOut'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at (eval 1) line 2. not ok 2 - invalid call to register: no argument # Failed test (t\18_register_argument_checking.t at line 39) # 'Undefined subroutine &Class::InsideOut::register called at (eval 3) line 1. # ' # doesn't match '/empty argument list/i' not ok 3 - invalid register argument: reference with no class name # Failed test (t\18_register_argument_checking.t at line 39) # 'Undefined subroutine &Class::InsideOut::register called at (eval 4) line 1. # ' # doesn't match '/must be an object or class name/i' # Looks like you failed 3 tests of 3. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t\19_storable_singleton............"refaddr" is not exported by the Scalar::Util module Can't continue after import errors at t\19_storable_singleton.t line 4 BEGIN failed--compilation aborted at t\19_storable_singleton.t line 4. dubious Test returned status 255 (wstat 65280, 0xff00) t\20_storable_singleton_error......"refaddr" is not exported by the Scalar::Util module Can't continue after import errors at t\20_storable_singleton_error.t line 4 BEGIN failed--compilation aborted at t\20_storable_singleton_error.t line 4. dubious Test returned status 255 (wstat 65280, 0xff00) t\21_optional_new..................1..17 # Failed test (t\21_optional_new.t at line 56) # Tried to require 't::Object::WithNew::Inherited'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at t/Object/WithNew.pm line 3. # BEGIN failed--compilation aborted at t/Object/WithNew.pm line 3. # Compilation failed in require at t/Object/WithNew/Inherited.pm line 4. # BEGIN failed--compilation aborted at t/Object/WithNew/Inherited.pm line 6. # Compilation failed in require at (eval 1) line 2. not ok 1 - require t::Object::WithNew::Inherited; # Failed test (t\21_optional_new.t at line 58) # t::Object::WithNew::Inherited->can('new') failed not ok 2 - t::Object::WithNew::Inherited->can('new') Can't locate object method "new" via package "t::Object::WithNew::Inherited" at t\21_optional_new.t line 62. # Looks like you planned 17 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-17 Failed 17/17 tests, 0.00% okay t\22_readonly......................1..6 not ok 1 - require t::Object::ReadOnly; # Failed test (t\22_readonly.t at line 26) # Tried to require 't::Object::ReadOnly'. # Error: "refaddr" is not exported by the Scalar::Util module # Can't continue after import errors at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20 # BEGIN failed--compilation aborted at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Class-InsideOut\blib\lib/Class/InsideOut.pm line 20. # Compilation failed in require at t/Object/ReadOnly.pm line 3. # BEGIN failed--compilation aborted at t/Object/ReadOnly.pm line 3. # Compilation failed in require at (eval 1) line 2. Undefined subroutine &Class::InsideOut::_properties called at t\22_readonly.t line 28. # Looks like you planned 6 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay Failed 21/22 test scripts, 4.55% okay. 128/139 subtests failed, 7.91% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\01_load.t 11 2816 14 11 78.57% 1-11 t\02_register.t 255 65280 ?? ?? % ?? t\03_properties.t 255 65280 ?? ?? % ?? t\05_forking.t 255 65280 10 10 100.00% 1-10 t\06_export_ok.t 26 6656 34 26 76.47% 2 4-12 16-22 26-34 t\07_synopsis_obj.t 255 65280 ?? ?? % ?? t\08_DEMOLISH.t 255 65280 ?? ?? % ?? t\09_foreign.t 255 65280 ?? ?? % ?? t\10_storable_values.t 255 65280 ?? ?? % ?? t\11_storable_refs.t 255 65280 ?? ?? % ?? t\12_storable_hooks.t 255 65280 ?? ?? % ?? t\13_options.t 255 65280 5 5 100.00% 1-5 t\14_accessor_hooks.t 255 65280 21 21 100.00% 1-21 t\15_no_weaken_fallback.t 2 512 2 2 100.00% 1-2 t\16_property_argument_checking.t 20 5120 20 20 100.00% 1-20 t\17_option_argument_checking.t 7 1792 7 7 100.00% 1-7 t\18_register_argument_checking.t 3 768 3 3 100.00% 1-3 t\19_storable_singleton.t 255 65280 ?? ?? % ?? t\20_storable_singleton_error.t 255 65280 ?? ?? % ?? t\21_optional_new.t 255 65280 17 17 100.00% 1-17 t\22_readonly.t 255 65280 6 6 100.00% 1-6 1 test skipped. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.