[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 fd53038d494a9855a5012d0acc80962a8148aa8e
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Jun 11 21:32:14 2012 -0500

    Document how Envoders and Decoders differ from normal filters

diff --git a/lib/Message/Passing/Manual/Components.pod b/lib/Message/Passing/Manual/Components.pod
index 2376a9d..7f34726 100644
--- a/lib/Message/Passing/Manual/Components.pod
+++ b/lib/Message/Passing/Manual/Components.pod
@@ -64,6 +64,13 @@ More complex filters can compose the input and output roles themselves, and
 consume / emit messages as they choose. For a simple example of this type
 of filter, see L<Message::Passing::Filter::Delay>.
 
+=head2 Encoders and Decoders
+
+Encoders and Decoders are just implemented the same as standard filters.
+
+The only difference is the default namespace supplied by the DSL, which
+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

-- 
libmessage-passing-perl Debian packaging



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