This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libdata-formvalidator-perl.
commit 93ec92ee438ed622e0ba2ddc2d909430f8053676 Author: Damyan Ivanov <[email protected]> Date: Tue Oct 24 13:57:11 2017 +0000 drop wording.patch applied upstream --- debian/patches/series | 1 - debian/patches/wording.patch | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 8f9172a..f286598 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ fix-re-when-untainting.patch -wording.patch diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch deleted file mode 100644 index b2b9758..0000000 --- a/debian/patches/wording.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: improve language -Origin: vendor -Author: gregor herrmann <[email protected]> -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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
