File: 1002_fix_export_card.patch

package info (click to toggle)
librdf-vcard-perl 0.012-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: perl: 1,662; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix use RDF::vCard needed by RDF::vCard::Exporter::export_card()
Author: Jonas Smedegaard <dr@jones.dk>
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85188
Bug-Debian: http://bugs.debian.org/707773
Last-Update: 2013-05-11

--- a/lib/RDF/vCard/Exporter.pm
+++ b/lib/RDF/vCard/Exporter.pm
@@ -6,6 +6,7 @@
 no warnings qw(uninitialized);
 
 use MIME::Base64 qw[];
+use RDF::vCard;
 use RDF::vCard::Entity;
 use RDF::vCard::Line;
 use RDF::TrineX::Functions