Checking if your kit is complete... Looks good Writing Makefile for Text::vCard Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Text/vCard.pm blib\lib\Text\vCard.pm cp lib/Text/vCard/Node.pm blib\lib\Text\vCard\Node.pm cp lib/Text/vCard/Addressbook.pm blib\lib\Text\vCard\Addressbook.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01-node...........1..41 ok 1 - use Text::vCard::Node; ok 2 - Can use as a base class ok 3 - new() retruns HASH when supplied hash # Failed test 'Errors if no class supplied' not ok 4 - Errors if no class supplied # at t/01-node.t line 45. # 'Use of uninitialized value $class in bless at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Text-vCard\blib\lib/Text/vCard/Node.pm line 72. # ' # doesn't match '(?-xism:Use of uninitialized value in bless)' ok 5 - new() carps when no fields supplied ok 6 - new() carps when fields is not an array ref ok 7 - new() carp on wrong number of elements in value comp to fields ok 8 - new() - less data than fields, field set ok ok 9 - new() - less data, empty field returns undef ok 10 - new() - less data, set empty field ok 11 - Created node with no data and methods created ok 12 - new() without node_type still works ok ok 13 - got group as it was set ok 14 - set node worked ok 15 - org - Got two elements back from unit ok 16 - org - Got the elements back from setting unit ok 17 - org - Got the elements back from trying to set unit with string ok 18 - org - copes with unit being empty ok 19 - types() returns stuff ok 20 - types() ok in array or scalar context ok 21 - types() get undef when there are none ok 22 - is_type() home type matches ok 23 - is_type() not work address type ok 24 - is_type() undef when no params ok 25 - is_pref() this is a prefered address ok 26 - is_pref() get undef when not pref ok 27 - is_pref() get undef if no params ok 28 - remove_types() when no params - no error ok 29 - remove_types() undef when scalar, node has params and no match ok 30 - remove_types() get a true value in array context when sucess ok 31 - is_type() Added work type and check non-cases sensative ok 32 - is_type() Removed work type and check non-cases sensative ok 33 - is_type() Removed several types ok 34 - is_type() Added two types ok ok 35 - is_type() Added type to node with no params ok 36 - AUTOLOAD - Po box empty as expected ok 37 - AUTOLOAD - Street address matches ok 38 - AUTOLOAD - set ok ok 39 - AUTOLOAD - carp when method not valid ok 40 - export_data() - Node returns expected data ok 41 - export_data() - Node returns expected data, with undef entry # Looks like you failed 1 test of 41. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/41 tests, 97.56% okay t/02-vcard..........1..28 ok 1 - use Text::vCard; ok 2 - use Text::vCard::Addressbook; ok 3 - Can use as a base class ok 4 - new() retruns HASH when supplied hash # Failed test 'Errors if no class supplied' not ok 5 - Errors if no class supplied # at t/02-vcard.t line 28. # 'Use of uninitialized value $class in bless at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Text-vCard\blib\lib/Text/vCard.pm line 128. # ' # doesn't match '(?-xism:Use of uninitialized value in bless)' ok 6 - Croak if add_node() not supplied with anything ok 7 - Croak if add_node() not supplied with node_type ok 8 - The object isa Text::vCard::Node ok 9 - get_of_type() types returns 2 not 3 addresses with array ref ok 10 - nothing of this type found, undef returned ok 11 - get_of_type() types returns 3 not 3 addresses with scalar ok 12 - Undef returned when no addresses available ok 13 - Returns array ref when called in context ok 14 - Got all 2 addresses from array ok 15 - Got 3 addresses from array as expected ok 16 - get() croaks is no params supplied ok 17 - get() with single element and node_type match ok 18 - get() types returns 2 not 3 addresses ok 19 - autogen methods - got FN ok 20 - autogen methods - updated fullname ok 21 - autogen methods - got new fn ok 22 - autogen methods - undef for no email as expected ok 23 - autogen methods - new value set ok 24 - autogen added with alias ok 25 - get_group("item1") - got 2 nodes as arrayref - expected ok 26 - get_group("item1") - got 2 nodes as array - expected ok 27 - get_group("item2","X-AbADR") - got value from node ok 28 - get_group - carp if no group name supplied # Looks like you failed 1 test of 28. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/28 tests, 96.43% okay t/03-addressbook....1..13 ok 1 - use Text::vCard::Addressbook; ok 2 - The object isa Text::vCard::Addressbook ok 3 - load() - croak when file does not exist ok 4 - The object isa Text::vCard::Addressbook ok 5 - new() - croak when unable to read file # Failed test 'new() - ok error when no proto supplied' not ok 6 - new() - ok error when no proto supplied # at t/03-addressbook.t line 42. # 'Use of uninitialized value $class in bless at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Text-vCard\blib\lib/Text/vCard/Addressbook.pm line 109. # ' # doesn't match '(?-xism:Use of uninitialized value in bless)' ok 7 - new() - Can use as a base class ok 8 - new() - retruns HASH when supplied hash ok 9 - new() - carp on non VCARD format ok 10 - The object isa Text::vCard ok 11 - vcards() - returns array ref when in context ok 12 - exstracted address ok ok 13 - vcards() returns array when in context # Looks like you failed 1 test of 13. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/13 tests, 92.31% okay t/04-formats........1..17 ok 1 - use Text::vCard::Addressbook; ok 2 - Running from evolution.vcf ok 3 - The object isa Text::vCard::Addressbook ok 4 - evolution.vcf has 1 vcards as expected ok 5 - evolution.vcf has fn data correct ok 6 - got expected phone number ok 7 - Running from apple_2.1_unicode.vcf ok 8 - The object isa Text::vCard::Addressbook ok 9 - apple_2.1_unicode.vcf has 1 vcards as expected ok 10 - apple_2.1_unicode.vcf has fn data correct ok 11 - got expected phone number ok 12 - Running from apple_version3.vcf ok 13 - The object isa Text::vCard::Addressbook ok 14 - apple_version3.vcf has 1 vcards as expected ok 15 - apple_version3.vcf has fn data correct ok 16 - got expected phone number ok 17 - Got note ok ok t/05-export.........1..4 ok 1 - use Text::vCard::Addressbook; ok 2 - export() - added type def ok 3 - export() - First line correct ok 4 - export() - Last line correct ok t/06-encoding.......1..7 ok 1 - use Text::vCard::Addressbook; ok 2 - Running from encoding.vcf ok 3 - The object isa Text::vCard::Addressbook ok 4 - encoding.vcf has 1 vcards as expected ok 5 - encoding.vcf has fn data correct ok 6 - Match on street ok 7 - Match on city ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-node.t 1 256 41 1 4 t/02-vcard.t 1 256 28 1 5 t/03-addressbook.t 1 256 13 1 6 Failed 3/6 test scripts. 3/110 subtests failed. Files=6, Tests=110, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 3/6 test programs. 3/110 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.