ranguard / text-vcard

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

Bug fix for names. +test #21

Closed kablamo closed 10 years ago

kablamo commented 10 years ago

Text::Vcard often returns undef instead of returning nothing. This is not usually a problem unless you do something like [$node->middle()]. I did that in vCard::AddressBook and this is the fix.