[libtest2-asyncsubtest-perl] 03/07: Drop spelling.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Thu Nov 2 13:35:37 UTC 2017


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

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

commit 591c5143850bc76e7f9adb19c73549b4b712b294
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 1 19:32:11 2017 +0100

    Drop spelling.patch, fixed upstream.
---
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 47 -------------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 55222a3..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Description: fix spelling mistakes in the POD
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-10-30
-Forwarded: https://github.com/Test-More/Test2-AsyncSubtest/issues/9
-Bug: https://github.com/Test-More/Test2-AsyncSubtest/issues/9
-
---- a/lib/Test2/AsyncSubtest.pm
-+++ b/lib/Test2/AsyncSubtest.pm
-@@ -487,7 +487,7 @@
- 
- Regular subtests have a limited scope, they start, events are generated, then
- they close and send an L<Test2::Event::Subtest> event. This is a problem if you
--want the subtest to keep recieving events while other events are also being
-+want the subtest to keep receiving events while other events are also being
- generated. This class implements subtests that stay pen until you decide to
- close them.
- 
-@@ -679,7 +679,7 @@
- 
- This will issue an L<Test2::Event::Skip> instead of a subtest. This will throw
- an exception if any events have been seen, or if state implies events have
--occured.
-+occurred.
- 
- =back
- 
-@@ -690,7 +690,7 @@
- L<Scope::Guard> instance in the child. An exception will be thrown if fork
- fails.
- 
--It is recomended that you use C<< $ast->run_fork(sub { ... }) >> instead.
-+It is recommended that you use C<< $ast->run_fork(sub { ... }) >> instead.
- 
- =item $bool = $ast->pending
- 
---- a/lib/Test2/Tools/AsyncSubtest.pm
-+++ b/lib/Test2/Tools/AsyncSubtest.pm
-@@ -81,7 +81,7 @@
- =head1 DESCRIPTION
- 
- These are tools for writing async subtests. Async subtests are subtests which
--can be started and stashed so that they can continue to recieve events while
-+can be started and stashed so that they can continue to receive events while
- other events are also being generated.
- 
- =head1 SYNOPSYS

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



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