[mail-spf-perl] 01/03: Add patch to fix POD test errors under Perl 5.18.

gregor herrmann gregoa at debian.org
Thu Aug 22 13:33:00 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository mail-spf-perl.

commit 01bd082fc83319c98b927b9f681b668280ae3daf
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 22 15:24:35 2013 +0200

    Add patch to fix POD test errors under Perl 5.18.
    
    Closes: #720429
---
 debian/patches/pod-links.patch |   24 ++++++++++++++++++++++++
 debian/patches/series          |    1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/pod-links.patch b/debian/patches/pod-links.patch
new file mode 100644
index 0000000..8fa0fb6
--- /dev/null
+++ b/debian/patches/pod-links.patch
@@ -0,0 +1,24 @@
+Description: fix pod test errors
+ "L<> starts or ends with whitespace"
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88030
+Bug-Debian: http://bugs.debian.org/720429
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88030
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-22
+
+--- a/lib/Mail/SPF/Util.pm
++++ b/lib/Mail/SPF/Util.pm
+@@ -155,9 +155,9 @@
+ throws I<Mail::SPF::EInvalidOptionValue>
+ 
+ Returns the given I<NetAddr::IP> IPv4 or IPv6 address compactly formatted as a
+-I<string>.  For IPv4 addresses, this is equivalent to calling L< NetAddr::IP's
+-C<addr> |NetAddr::IP/addr> method.  For IPv6 addresses, this is equivalent to
+-calling L< NetAddr::IP's C<short> |NedAddr::IP/short> method.  Throws a
++I<string>.  For IPv4 addresses, this is equivalent to calling L<NetAddr::IP's
++C<addr>|NetAddr::IP/addr> method.  For IPv6 addresses, this is equivalent to
++calling L<NetAddr::IP's C<short>|NetAddr::IP/short> method.  Throws a
+ I<Mail::SPF::EInvalidOptionValue> exception if the specified object is not a
+ I<NetAddr::IP> IPv4 or IPv6 address object.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0a91b78
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-links.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/mail-spf-perl.git



More information about the Pkg-perl-cvs-commits mailing list