We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For curiosity's sake, I decided to do load_string($vcard->as_string);
Input:
BEGIN:VCARD VERSION:3.0 FN: N:;;;; TEL;TYPE=WORK:02-25005591 ORG:中國廣播公司節目部 END:VCARD
First run becomes:
BEGIN:VCARD VERSION:3.0 TEL;TYPE=work:02-25005591 END:VCARD
Second run becomes:
Can't call method "family" on an undefined value at /usr/share/perl5/vCard/AddressBook.pm line 208.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For curiosity's sake, I decided to do
load_string($vcard->as_string);
Input:
First run becomes:
Second run becomes:
The text was updated successfully, but these errors were encountered: