[libhtml-formfu-perl] 08/10: New pod2man-errors.patch

Florian Schlichting fsfs at moszumanska.debian.org
Tue Dec 24 12:50:50 UTC 2013


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

fsfs pushed a commit to branch master
in repository libhtml-formfu-perl.

commit 18389ef851d5292f9254b34be8863e70b28c8d80
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Dec 24 01:55:36 2013 +0100

    New pod2man-errors.patch
---
 debian/patches/pod2man-errors.patch | 42 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 43 insertions(+)

diff --git a/debian/patches/pod2man-errors.patch b/debian/patches/pod2man-errors.patch
new file mode 100644
index 0000000..bb9e248
--- /dev/null
+++ b/debian/patches/pod2man-errors.patch
@@ -0,0 +1,42 @@
+Description: fix POD errors "alternative text ... contains non-escaped | or /" 
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/fireartist/HTML-FormFu/pull/19/files
+
+--- a/lib/HTML/FormFu/Element/ComboBox.pm
++++ b/lib/HTML/FormFu/Element/ComboBox.pm
+@@ -373,11 +373,11 @@
+ 
+ Although this element inherits from L<HTML::FormFu::Element::Block>, its 
+ behaviour for the methods 
+-L<filter/filters|HTML::FormFu/filters>, 
+-L<constraint/constraints|HTML::FormFu/constraints>, 
+-L<inflator/inflators|HTML::FormFu/inflators>, 
+-L<validator/validators|HTML::FormFu/validators> and 
+-L<transformer/transformers|HTML::FormFu/transformers> is more like that of 
++L<filterE<sol>filters|HTML::FormFu/filters>, 
++L<constraintE<sol>constraints|HTML::FormFu/constraints>, 
++L<inflatorE<sol>inflators|HTML::FormFu/inflators>, 
++L<validatorE<sol>validators|HTML::FormFu/validators> and 
++L<transformerE<sol>transformers|HTML::FormFu/transformers> is more like that of 
+ a L<field element|HTML::FormFu::Role::Element::Field>, meaning all processors are 
+ added directly to the date element, not to its child elements.
+ 
+--- a/lib/HTML/FormFu/Element/Date.pm
++++ b/lib/HTML/FormFu/Element/Date.pm
+@@ -770,11 +770,11 @@
+ 
+ Although this element inherits from L<HTML::FormFu::Element::Block>, its 
+ behaviour for the methods 
+-L<filter/filters|HTML::FormFu/filters>, 
+-L<constraint/constraints|HTML::FormFu/constraints>, 
+-L<inflator/inflators|HTML::FormFu/inflators>, 
+-L<validator/validators|HTML::FormFu/validators> and 
+-L<transformer/transformers|HTML::FormFu/transformers> is more like that of 
++L<filterE<sol>filters|HTML::FormFu/filters>, 
++L<constraintE<sol>constraints|HTML::FormFu/constraints>, 
++L<inflatorE<sol>inflators|HTML::FormFu/inflators>, 
++L<validatorE<sol>validators|HTML::FormFu/validators> and 
++L<transformerE<sol>transformers|HTML::FormFu/transformers> is more like that of 
+ a L<field element|HTML::FormFu::Role::Element::Field>, meaning all processors are 
+ added directly to the date element, not to its select-menu child elements.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e662b42..3b01fe5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 how-to-report-bugs.diff
+pod2man-errors.patch

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



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