summaryrefslogtreecommitdiff
path: root/debian/patches/pod-encoding.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/pod-encoding.patch')
-rw-r--r--debian/patches/pod-encoding.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
deleted file mode 100644
index 58035f0..0000000
--- a/debian/patches/pod-encoding.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: add encoding to POD, Pod::Simple got mroe strict
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85198
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85198
-Bug-Debian: http://bugs.debian.org/711260
-Author: gregor herrmann <gregoa@debian.org>
-Last-Update: 2013-06-16
-
---- a/lib/Test/Database/Driver/mysql.pm
-+++ b/lib/Test/Database/Driver/mysql.pm
-@@ -51,6 +51,8 @@
-
- __END__
-
-+=encoding ISO8859-1
-+
- =head1 NAME
-
- Test::Database::Driver::mysql - A Test::Database driver for mysql