Skip to content
New issue

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

processing sample file latin1.vcf results in error #53

Open
japharl opened this issue Jul 12, 2017 · 0 comments
Open

processing sample file latin1.vcf results in error #53

japharl opened this issue Jul 12, 2017 · 0 comments

Comments

@japharl
Copy link

japharl commented Jul 12, 2017

Getting an error on a file latin1.vcf in the test directory of the directory.

pi@raspberrypi:~/vcard $ perl process.pl latin1.vcf
Can't call method "family" on an undefined value at /usr/local/share/perl/5.20.2/vCard/AddressBook.pm line 208.

where process.pl is:

use vCard::AddressBook;
my $fn = shift;
my $ab = vCard::AddressBook->new();
$ab->load_file($fn); # throws error here.  

Not sure if this is by design or by error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant