[libclass-autoloadcan-perl] 05/06: Add a patch to fix a POD syntax error.

gregor herrmann gregoa at debian.org
Mon Jun 8 19:38:41 UTC 2015


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

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

commit 8b46bc86df8791016ffdbef50b75c526a788d54c
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 8 21:37:21 2015 +0200

    Add a 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..c0ff6bd
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,20 @@
+Description: fix POD error
+    Around line 175:
+        Expected text after =item, not a bullet
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-08
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105100
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105100
+
+--- a/lib/Class/AutoloadCAN.pm
++++ b/lib/Class/AutoloadCAN.pm
+@@ -172,8 +172,6 @@
+ subclass and this module will not interfere.  I have no idea why you
+ would want to, though.
+ 
+-=item
+-
+ =item C<CAN>
+ 
+ If there is a method named CAN in a class that inherits from one that
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/libclass-autoloadcan-perl.git



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