[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 9f4f84365fffb5f7db9bb0855b208850ec8fcd0e
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Jun 13 15:52:58 2012 -0500

    Fix spelling more

diff --git a/lib/Message/Passing/Manual/Components.pod b/lib/Message/Passing/Manual/Components.pod
index 7f34726..343f005 100644
--- a/lib/Message/Passing/Manual/Components.pod
+++ b/lib/Message/Passing/Manual/Components.pod
@@ -44,7 +44,7 @@ the default script, then you're better off writing your own script.
 
 See L<Message::Passing:Role::Script>, for a basic role you are likely to want to use to do this.
 You'll also want to use L<Message::Passing::DSL>, as shown in the example documentation for
-the scrpt role..
+the script role..
 
 If you are writing your own script, want some components to be completely configurable
 (as per the default script), then see L<Message::Passing::Role::CLIComponent>, which
@@ -74,9 +74,9 @@ appends C<Encoder::> or C<Decoder::> to the standard filter prefix.
 =head1 Writing Inputs and Outputs
 
 The interface for both inputs and outputs is conceptually very simple, however there are
-some gotchas to watch out for which are decribed below.
+some gotchas to watch out for which are described below.
 
-=heas2 Use common attributes.
+=head2 Use common attributes.
 
 Please try to keep the names of your component's attributes in keeping with the other
 inputs and outputs in the framework.
diff --git a/t/author/spelling.t b/t/author/spelling.t
index 64efd19..eed1a07 100644
--- a/t/author/spelling.t
+++ b/t/author/spelling.t
@@ -4,6 +4,7 @@ use Test::More;
 use Test::Spelling;
 
 add_stopwords(qw(
+    namespace
     POSIX
     init
     fh

-- 
libmessage-passing-perl Debian packaging



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