[liblog-report-perl] 06/07: Add patch to fix POD syntax errors.

gregor herrmann gregoa at debian.org
Sun Oct 30 15:36:51 UTC 2016


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

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

commit 265527da96a89bba47ae7d9fd46e956aaca9e0e1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 30 16:35:14 2016 +0100

    Add patch to fix POD syntax errors.
---
 debian/patches/pod-syntax.patch | 22 ++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..ccf0565
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,22 @@
+Description: fix POD ERRORS
+  Around line 134:
+      Unterminated M<...> sequence
+.
+      Deleting unknown formatting code M<>
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118562
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118562
+
+--- a/lib/Log/Report/Dispatcher/Try.pod
++++ b/lib/Log/Report/Dispatcher/Try.pod
+@@ -131,7 +131,7 @@
+ 
+ =item $obj-E<gt>B<die2reason>()
+ 
+-Returns the value of M<new(on_die).
++Returns the value of C<new(on_die)>.
+ 
+ =item $obj-E<gt>B<died>( [STRING] )
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..611217a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+pod-syntax.patch

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



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