text-vcard icon indicating copy to clipboard operation
text-vcard copied to clipboard

NICKNAMEs eaten

Open jidanni opened this issue 8 years ago • 1 comments

Any NICKNAMEs in

my $address_book = vCard::AddressBook->new(); $address_book->load_string();

will not come back out of

print $address_book->as_string();

jidanni avatar Apr 21 '17 07:04 jidanni

Confirmed. There is also no $ab->nickname() function call as well, which would be nice to have.

japharl avatar Jul 12 '17 19:07 japharl