File: wording.patch

package info (click to toggle)
libdata-formvalidator-perl 4.81-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 696 kB
  • ctags: 189
  • sloc: perl: 2,896; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: improve language
Origin: vendor
Author: gregor herrmann <gregoa@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>