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 3b0581be4abcd569a986e5759fe68d39028510f1
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Oct 30 01:18:35 2016 +0200

    spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 47 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..55222a3
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,47 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to