ranguard / text-vcard

Perl package to edit and create vCard(s) (RFC 2426)
22 stars 15 forks source link

NICKNAMEs eaten #51

Open jidanni opened 7 years ago

jidanni commented 7 years ago

Any NICKNAMEs in

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

will not come back out of

print $address_book->as_string();

japharl commented 7 years ago

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