[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:10 UTC 2013


The following commit has been merged in the master branch:
commit 6eb2a3f28e2178e7c11ac91dfff60127d7befb66
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Jun 10 11:42:07 2012 +0100

    s/Log::Stash::/Message::Passing::/ in docs

diff --git a/lib/Message/Passing/DSL.pm b/lib/Message/Passing/DSL.pm
index 522b8ac..c324d74 100644
--- a/lib/Message/Passing/DSL.pm
+++ b/lib/Message/Passing/DSL.pm
@@ -160,7 +160,7 @@ Constructs a named output within a chain.
         ....
     };
 
-Class names will be assumed to prefixed with 'Log::Stash::Output::',
+Class names will be assumed to prefixed with 'Message::Passing::Output::',
 unless you prefix the class with + e.g. C<< +My::Own::Output::Class >>
 
 =head3 encoder
@@ -172,7 +172,7 @@ Constructs a named encoder within a chain.
         ....
     };
 
-Class names will be assumed to prefixed with 'Log::Stash::Filter::Encoder::',
+Class names will be assumed to prefixed with 'Message::Passing::Filter::Encoder::',
 unless you prefix the class with + e.g. C<< +My::Own::Encoder::Class >>
 
 =head3 filter
@@ -186,7 +186,7 @@ within a chain.
         ...
     };
 
-Class names will be assumed to prefixed with 'Log::Stash::Filter::',
+Class names will be assumed to prefixed with 'Message::Passing::Filter::',
 unless you prefix the class with + e.g. C<< +My::Own::Filter::Class >>
 
 =head3 decoder
@@ -198,7 +198,7 @@ Constructs a named decoder within a chain.
         ....
     };
 
-Class names will be assumed to prefixed with 'Log::Stash::Filter::Decoder::',
+Class names will be assumed to prefixed with 'Message::Passing::Filter::Decoder::',
 unless you prefix the class with + e.g. C<< +My::Own::Encoder::Class >>
 
 
@@ -212,7 +212,7 @@ The last thing in a chain - produces data which gets consumed.
         ....
     }
 
-Class names will be assumed to prefixed with 'Log::Stash::Output::',
+Class names will be assumed to prefixed with 'Message::Passing::Output::',
 unless you prefix the class with + e.g. C<< +My::Own::Output::Class >>
 
 =head3 run_message_server

-- 
libmessage-passing-perl Debian packaging



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