[libdata-formvalidator-perl] 04/05: Add a patch to fix a grammar mistake.

gregor herrmann gregoa at debian.org
Mon Jun 1 17:36:38 UTC 2015


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

gregoa pushed a commit to branch master
in repository libdata-formvalidator-perl.

commit e132590d9abfbc23091da5050b26bcf91c0d02fc
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 1 19:34:19 2015 +0200

    Add a patch to fix a grammar mistake.
---
 debian/patches/series        |  1 +
 debian/patches/wording.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index f286598..8f9172a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-re-when-untainting.patch
+wording.patch
diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch
new file mode 100644
index 0000000..b2b9758
--- /dev/null
+++ b/debian/patches/wording.patch
@@ -0,0 +1,18 @@
+Description: improve language
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-01
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104849
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104849
+
+--- a/lib/Data/FormValidator/Constraints.pm
++++ b/lib/Data/FormValidator/Constraints.pm
+@@ -1069,7 +1069,7 @@
+ 
+ =item L<Data::FormValidator::Filters> - transform data before constraints are applied
+ 
+-=item L<Data::FormValidator::ConstraintsFactory> - This is a historical collection of constraints that suffer from cumbersome names. They are worth reviewing though-- C<make_and_constraint> will allow to validate against a list of constraints and shortcircuit if the first one fails. That's perfect if the second constraint depends on the first one having passed.
++=item L<Data::FormValidator::ConstraintsFactory> - This is a historical collection of constraints that suffer from cumbersome names. They are worth reviewing though-- C<make_and_constraint> will allow one to validate against a list of constraints and shortcircuit if the first one fails. That's perfect if the second constraint depends on the first one having passed.
+ For a modern version of this toolkit, see L<Data::FormValidator::Constraints::MethodsFactory>.
+ 
+ =item L<Data::FormValidator>

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



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