[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88
Tomas Doran
bobtfish at bobtfish.net
Mon May 6 11:57:19 UTC 2013
The following commit has been merged in the master branch:
commit 2148551cb0b8b0af8fe17019227e550828afc4aa
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Mon Jun 11 21:27:59 2012 -0500
Fix spelling test
diff --git a/lib/Message/Passing/Manual/Cookbook.pod b/lib/Message/Passing/Manual/Cookbook.pod
index aa5d817..45b4c1b 100644
--- a/lib/Message/Passing/Manual/Cookbook.pod
+++ b/lib/Message/Passing/Manual/Cookbook.pod
@@ -49,8 +49,9 @@ output yourself:
=head2 A note about outputs
Outputting messages from within your application using L<Message::Passing> outputs B<except>
-the ZeroMQ output is disrecommended. This is as ZeroMQ uses a different (POSIX) thread with which to send
-messages - meaning that it transports messages independntly of your perl code.
+the ZeroMQ output is not recommended. This is as ZeroMQ uses a different (POSIX) thread with which to send
+messages - meaning that it transports messages independently to whatever
+your perl code is doing.
This is B<not> the case for other message outputs, and therefore they are unlikely to work
well, or at all, unless your application is already asynchronous and using an L<AnyEvent> supported event
diff --git a/t/author/spelling.t b/t/author/spelling.t
index a58dba5..64efd19 100644
--- a/t/author/spelling.t
+++ b/t/author/spelling.t
@@ -4,6 +4,7 @@ use Test::More;
use Test::Spelling;
add_stopwords(qw(
+ POSIX
init
fh
privileged
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list