[libdancer-plugin-auth-extensible-perl] 01/02: Add patch to fix POD error.

gregor herrmann gregoa at debian.org
Sat Sep 21 17:27:55 UTC 2013


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

gregoa pushed a commit to branch master
in repository libdancer-plugin-auth-extensible-perl.

commit b46a70b2c265520c79247d65095e9ebcd683e27e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 21 19:26:17 2013 +0200

    Add patch to fix POD error.
    
    Closes: #723927
---
 debian/patches/pod-error.patch |   19 +++++++++++++++++++
 debian/patches/series          |    1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/pod-error.patch b/debian/patches/pod-error.patch
new file mode 100644
index 0000000..eb7ffae
--- /dev/null
+++ b/debian/patches/pod-error.patch
@@ -0,0 +1,19 @@
+Description: fix POD error: add missing =back
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/723927
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88861
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88861
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-09-21
+
+--- a/lib/Dancer/Plugin/Auth/Extensible/Provider/Example.pm
++++ b/lib/Dancer/Plugin/Auth/Extensible/Provider/Example.pm
+@@ -77,6 +77,8 @@
+ 
+ Given a username, return a list of roles that user has.
+ 
++=back
++
+ =cut
+ 
+ sub get_user_roles {
diff --git a/debian/patches/series b/debian/patches/series
index c2957b1..52e6417 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 spelling_error.patch
 manpage-has-bad-whatis-entry.patch
+pod-error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-auth-extensible-perl.git



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