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

gregor herrmann gregoa at debian.org
Thu May 29 18:13:04 UTC 2014


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

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

commit db2496710b1e4017f8f9ba1574217a9e65602fb0
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu May 29 20:11:30 2014 +0200

    Add a patch to fix a POD syntax error.
---
 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..ae17da2
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,18 @@
+Description: fix POD ERROR (=back without =over)
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=96062
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96062
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-29
+
+--- a/lib/Validation/Class.pm
++++ b/lib/Validation/Class.pm
+@@ -1793,8 +1793,6 @@
+ L<Mouse>, or L<Moose>. Alternatively, you could use decoupled object
+ validators like L<Type::Tiny>, L<Params::Validate> or L<Specio>.
+ 
+-=back
+-
+ =head1 AUTHOR
+ 
+ Al Newkirk <anewkirk at ana.io>
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/libvalidation-class-perl.git



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