[libvalidation-class-perl] 04/05: Add more fixes to spelling.patch.

gregor herrmann gregoa at debian.org
Fri Nov 24 18:00:56 UTC 2017


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 efc40ff98b4ad5310e7f4611f604e940de0f8870
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Nov 24 18:59:09 2017 +0100

    Add more fixes to spelling.patch.
---
 debian/patches/spelling.patch | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index cab64df..649e75c 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -3,7 +3,7 @@ Origin: vendor
 Bug: https://rt.cpan.org/Ticket/Display.html?id=86158
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86158
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-06-15
+Last-Update: 2017-11-24
 
 --- a/lib/Validation/Class/Cookbook.pod
 +++ b/lib/Validation/Class/Cookbook.pod
@@ -16,3 +16,29 @@ Last-Update: 2013-06-15
  
      sub BUILD {
  
+@@ -661,12 +661,12 @@
+ =head2 Problem
+ 
+ You want to know how to use your data validation classes to perform other tasks
+-programatically (e.g. generate documentation, etc).
++programmatically (e.g. generate documentation, etc).
+ 
+ =head2 Solution
+ 
+ By using the prototype class associated with your validation class you can
+-introspect it's configuration and perform additional tasks programatically.
++introspect it's configuration and perform additional tasks programmatically.
+ 
+ =head2 Discussion
+ 
+--- a/lib/Validation/Class.pm
++++ b/lib/Validation/Class.pm
+@@ -1033,7 +1033,7 @@
+ The ensure keyword (or ens) is used to convert a pre-existing method
+ into an auto-validating method. The auto-validating method will be
+ registered and function as if it was created using the method keyword.
+-The original pre-existing method will be overridden with a modifed version
++The original pre-existing method will be overridden with a modified version
+ which performs the pre and/or post validation routines.
+ 
+     package MyApp::Person;

-- 
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