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


The following commit has been merged in the master branch:
commit e842ae401f256aaaf737544923b0cc9db7709dfe
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Jul 31 08:39:21 2012 +0100

    Add doc links for how to build your own script

diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 5d5b718..f29567a 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -236,8 +236,18 @@ Outputs send data to somewhere, i.e. they consume messages.
 
 =head1 THIS MODULE
 
-This is a simple L<MooseX::Getopt> script, with one input, one filter
-and one output.
+This is a simple L<MooseX::Options> script, with one input, one filter
+and one output. To build your own similar scripts, see:
+
+=over
+
+=item L<Message::Passing::DSL> - To declare your message chains
+
+=item L<Message::Passing::Role::CLIComponent> - To provide C<foo> and C<foo_options> attribute pairs.
+
+=item L<Message::Passing::Role::Script> - To provide daemonization features.
+
+=back
 
 =head2 METHODS
 
@@ -278,7 +288,7 @@ and forks / patches are very welcome.
 This module exists due to the wonderful people at Suretec Systems Ltd.
 <http://www.suretecsystems.com/> who sponsored its development for its
 VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use with
-the SureVoIP API - 
+the SureVoIP API -
 <http://www.surevoip.co.uk/support/wiki/api_documentation>
 
 =head1 COPYRIGHT

-- 
libmessage-passing-perl Debian packaging



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