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_oo.t t\02.t t\03_Analizer.t t\09_search.t t\10_search_more.t t\01_oo.............ok 1 - C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Metadata-DB/t/test.db not there ok 2 - opened dbh with connect_sqlite() ok 3 load(), found meta for:88ok 4 - exists 0 ok 5 - entries count is 0, not saved yet _get_meta_from_object(), [count was 2], have: [last_name first_name] ok 6 - save ok 7 - entries count is 2 ok 8 - exists 1 _get_meta_from_object(), [count was 4], have: [weight height last_name first_name] ### $meta_all: { ### first_name => [ ### 'Hoto' ### ], ### height => [ ### '5\'7"' ### ], ### last_name => [ ### 'Babe' ### ], ### weight => [ ### 118 ### ] ### } _get_meta_from_object(), [count was 4], have: [weight height last_name first_name] 88: first_name:Hoto last_name:Babe DBI::db=HASH(0x1eaacec)->disconnect invalidates 2 active statement handles (either destroy statement handles or call finish on them before disconnecting) at t\01_oo.t line 67. closing dbh with active statement handles at t\01_oo.t line 67. ok 9 - save ok 10 - opened dbh with connect_sqlite() load(), found meta for:88 _get_meta_from_object(), [count was 4], have: [weight height first_name last_name] ok 11 - loaded ok 12 - loaded() ok 13 - elements count is 4, we can load all meta without calling load() ? ### $meta_all2: { ### first_name => [ ### 'Hoto' ### ], ### height => [ ### '5\'7"' ### ], ### last_name => [ ### 'Babe' ### ], ### weight => [ ### '118' ### ] ### } 1..13 ok t\02................ok 1 - opened dbh with connect_sqlite() ok 2 - undef dbh ok 3 - opened dbh with connect_sqlite() ok 4 - new db handle load(), found meta for:3ok 5 - load ok 6 - id exists, thus in db ok 7 - id is set ok 8 - entries = 4 ok 9 - name meta is Barry ### $d: bless( { ### DBH => bless( {}, 'DBI::db' ), ### ELEMENTS => { ### age => [ ### '14' ### ], ### inventory => [ ### 'clothes' ### ], ### name => [ ### 'Barry' ### ], ### vin => [ ### '9992' ### ] ### }, ### ELEMENTS_COUNT => 4, ### _record_entries_hashref_3 => bless( {}, 'DBI::st' ), ### id => 3, ### loaded => 1, ### table_metadata_column_name_id => 'id', ### table_metadata_column_name_key => 'mkey', ### table_metadata_column_name_value => 'mval', ### table_metadata_name => 'metadata' ### }, 'Metadata::DB' ) ### $_meta1: { ### age => [ ### '14' ### ], ### inventory => [ ### 'clothes' ### ], ### name => [ ### 'Barry' ### ], ### vin => [ ### '9992' ### ] ### } ### $_meta2: { ### age => [ ### '14' ### ], ### inventory => [ ### 'clothes' ### ], ### name => [ ### 'Barry' ### ], ### vin => [ ### '9992' ### ] ### } ### $_meta3: { ### age => [ ### '14' ### ], ### inventory => [ ### 'clothes' ### ], ### name => [ ### 'Barry' ### ], ### vin => [ ### '9992' ### ] ### } 1..9 ok t\03_Analizer.......Can't locate LEOCHARRE/Class/Accessors.pm in @INC (@INC contains: ./lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Metadata-DB\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Metadata-DB\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at lib/Metadata/DB/Analizer.pm line 8. BEGIN failed--compilation aborted at lib/Metadata/DB/Analizer.pm line 8. Compilation failed in require at t\03_Analizer.t line 5. BEGIN failed--compilation aborted at t\03_Analizer.t line 5. dubious Test returned status 2 (wstat 512, 0x200) t\09_search.........Can't locate LEOCHARRE/Class/Accessors.pm in @INC (@INC contains: ./lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Metadata-DB\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Metadata-DB\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at lib/Metadata/DB/Search.pm line 4. BEGIN failed--compilation aborted at lib/Metadata/DB/Search.pm line 4. Compilation failed in require at t\09_search.t line 6. BEGIN failed--compilation aborted at t\09_search.t line 6. dubious Test returned status 2 (wstat 512, 0x200) t\10_search_more....Can't locate LEOCHARRE/Class/Accessors.pm in @INC (@INC contains: ./lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Metadata-DB\blib\lib C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Metadata-DB\blib\arch C:/cpanrun-5.8/build/5-8-0/lib C:/cpanrun-5.8/build/5-8-0/site/lib .) at lib/Metadata/DB/Search.pm line 4. BEGIN failed--compilation aborted at lib/Metadata/DB/Search.pm line 4. Compilation failed in require at t\10_search_more.t line 6. BEGIN failed--compilation aborted at t\10_search_more.t line 6. dubious Test returned status 2 (wstat 512, 0x200) Failed 3/5 test scripts, 40.00% okay. 0/22 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\03_Analizer.t 2 512 ?? ?? % ?? t\09_search.t 2 512 ?? ?? % ?? t\10_search_more.t 2 512 ?? ?? % ?? NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.