Bug#707773: librdf-vcard-perl: RDF::vCard::Exporter::export_card()	broken
    Jonas Smedegaard 
    dr at jones.dk
       
    Sat May 11 08:12:52 UTC 2013
    
    
  
Package: librdf-vcard-perl
Version: 0.010-1
Severity: normal
Tags: upstream patch
Forwarded: bug-RDF-vCard at rt.cpan.org
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
    
    
More information about the pkg-perl-maintainers
mailing list