[libsereal-encoder-perl] 06/07: Add patch to fix a POD syntax error.

gregor herrmann gregoa at debian.org
Mon Nov 16 21:01:44 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsereal-encoder-perl.

commit 793fa8829f2809b1808fcf1bbf1db0f0e99b4a61
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 16 21:59:26 2015 +0100

    Add patch to fix a POD syntax error.
---
 debian/patches/pod-syntax.patch | 20 ++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..461eea4
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,20 @@
+Description: fix for POD error
+    Around line 739:
+        =back doesn't take any parameters, but you said =back 4
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-11-16
+Forwarded: https://github.com/Sereal/Sereal/issues/112
+Bug: https://github.com/Sereal/Sereal/issues/112
+
+--- a/lib/Sereal/Encoder.pm
++++ b/lib/Sereal/Encoder.pm
+@@ -736,7 +736,7 @@
+ 
+ It is possible that a future release of the protocol will fix these issues.
+ 
+-=back 4
++=back
+ 
+ =head1 BUGS, CONTACT AND SUPPORT
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c30ca3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-syntax.patch

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



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