[libtest2-perl] 03/04: Refresh and extend spelling.patch.

gregor herrmann gregoa at debian.org
Fri Mar 18 19:10:30 UTC 2016


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

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

commit df4926da637e1353f4083d2b140c884bd7488852
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Mar 18 20:08:27 2016 +0100

    Refresh and extend spelling.patch.
---
 debian/patches/spelling.patch | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 9620f3b..f045582 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,13 +1,13 @@
 Description: fix spelling, in POD and also function names
 Origin: vendor
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-02-06
+Last-Update: 2016-03-18
 Forwarded: https://github.com/Test-More/Test2/issues/11
 Bug: https://github.com/Test-More/Test2/issues/11
 
 --- a/Changes
 +++ b/Changes
-@@ -29,7 +29,7 @@
+@@ -33,7 +33,7 @@
  0.000023  2016-01-28 20:34:09-08:00 America/Los_Angeles
  
      - Add context_do()
@@ -493,3 +493,23 @@ Bug: https://github.com/Test-More/Test2/issues/11
  test number.
  
  All methods return a list of array-refs. Each array-ref will have 2 items, the
+--- a/lib/Test2/Transition.pod
++++ b/lib/Test2/Transition.pod
+@@ -34,7 +34,7 @@ Some test modules would replace the Test
+ own instance or subclass. This was usually done to intercept, or modify results
+ as they happened.
+ 
+-The Test::Builder singleton is now a simple compatability wrapper around
++The Test::Builder singleton is now a simple compatibility wrapper around
+ Test2. The Test::Builder singleton is no longer the central place for
+ results. Most results bypass the Test::Builder singleton completely, which
+ breaks and behavior intended when replacing the singleton.
+@@ -145,7 +145,7 @@ L<Test2::Suite>.
+ Every single tool in the chain from this, to C<ok>, to anything C<ok> calls
+ needs to increment the C<$Level> variable. When an error occurs Test::Builder
+ will do a trace to the stack frame determined by C<$Level>, and report that
+-file+line as the one where the error occured. If you or any other tool you use
++file+line as the one where the error occurred. If you or any other tool you use
+ forgets to set C<$Level> then errors will be reported to the wrong place.
+ 
+ =head2 TEST2

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



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