Package: librdf-vcard-perl Version: 0.010-1 Severity: normal Tags: upstream patch Forwarded: [email protected]
RDF::vCard::Exporter does not "use RDF::vCard" which causes its export_card() to fail. This fixes the issue: --- a/lib/RDF/vCard/Exporter.pm +++ b/lib/RDF/vCard/Exporter.pm @@ -4,6 +4,7 @@ use strict; use MIME::Base64 qw[]; +use RDF::vCard; use RDF::vCard::Entity; use RDF::vCard::Line; use RDF::TrineX::Functions - Jonas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

