[libtest2-perl] 05/06: Add patch to fix POD syntax problem.

gregor herrmann gregoa at debian.org
Fri May 6 18:40:38 UTC 2016


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

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

commit b34da88998e1060e10fc2222f88e965a30376305
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 6 20:39:03 2016 +0200

    Add patch to fix POD syntax problem.
---
 debian/patches/pod-syntax.patch | 18 ++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..8c15719
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,18 @@
+Description: fix POD syntax
+ add missing =back
+Origin: vendor
+Forwarded: not yet, Test2 moves git repos ...
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-06
+
+--- a/lib/Test2/API/Breakage.pm
++++ b/lib/Test2/API/Breakage.pm
+@@ -132,6 +132,8 @@
+ specified one then the module will not work. A newer version may work, but is
+ not tested or verified.
+ 
++=back
++
+ =head1 SOURCE
+ 
+ The source code repository for Test2 can be found at
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/libtest2-perl.git



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