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


The following commit has been merged in the master branch:
commit 6895eaf49e64a868dcc37cde187224589d43b02a
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Tue Jul 31 11:36:54 2012 +0100

    Fix the remainder of Pod converage

diff --git a/lib/Message/Passing/Output/File.pm b/lib/Message/Passing/Output/File.pm
index 26b88e5..459c565 100644
--- a/lib/Message/Passing/Output/File.pm
+++ b/lib/Message/Passing/Output/File.pm
@@ -65,6 +65,15 @@ Output messages to File
 
 =head1 METHODS
 
+=head2 append
+
+A boolean attribute for if the output file should be re-created, or
+appended to. Default true.
+
+=head2 filename
+
+An attribute for the file name to write to.
+
 =head2 consume
 
 Consumes a message by JSON encoding it and printing it, followed by \n
diff --git a/lib/Message/Passing/Output/Socket/UDP.pm b/lib/Message/Passing/Output/Socket/UDP.pm
index 4302560..e0a0ed4 100644
--- a/lib/Message/Passing/Output/Socket/UDP.pm
+++ b/lib/Message/Passing/Output/Socket/UDP.pm
@@ -42,3 +42,23 @@ sub consume {
 
 1;
 
+=head1 NAME
+
+Message::Passing::Output::Socket::UDP
+
+=head1 DESCRIPTION
+
+Outputs messages to a UDP socket.
+
+=head1 METHODS
+
+=head2 consume
+
+Consumes a message by emitting it over UDP.
+
+=head1 AUTHOR, COPYRIGHT AND LICENSE
+
+See L<Message::Passing>.
+
+=cut
+
diff --git a/lib/Message/Passing/Role/HasErrorChain.pm b/lib/Message/Passing/Role/HasErrorChain.pm
index 066c1f8..e02cd05 100644
--- a/lib/Message/Passing/Role/HasErrorChain.pm
+++ b/lib/Message/Passing/Role/HasErrorChain.pm
@@ -37,6 +37,12 @@ Message::Passing::Role::HasErrorChain - A role for components which can report e
 
 Some components can create an error stream in addition to a message stream.
 
+=head1 METHODS
+
+=head2 error
+
+An attribute containing the error chain.
+
 =head1 SPONSORSHIP
 
 This module exists due to the wonderful people at Suretec Systems Ltd.
diff --git a/lib/Message/Passing/Role/HasHostnameAndPort.pm b/lib/Message/Passing/Role/HasHostnameAndPort.pm
index 3b81247..397a670 100644
--- a/lib/Message/Passing/Role/HasHostnameAndPort.pm
+++ b/lib/Message/Passing/Role/HasHostnameAndPort.pm
@@ -19,3 +19,24 @@ has port => (
 
 1;
 
+=head1 NAME
+
+Message::Passing::Role::HasHostnameAndPort
+
+=head1 DESCRIPTION
+
+Adds a C<hostname> and a C<port> attributes to your class.
+
+=head1 METHODS
+
+=head2 hostname
+
+=head2 port
+
+=head1 AUTHOR, COPYRIGHT AND LICENSE
+
+See L<Message::Passing>.
+
+=cut
+
+
diff --git a/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm b/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
index 71d0b66..7ee94e7 100644
--- a/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
+++ b/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
@@ -17,3 +17,23 @@ has reconnect_after => (
 
 1;
 
+=head1 NAME
+
+Message::Passing::Role::HasTimeoutAndReconnectAfter
+
+=head1 DESCRIPTION
+
+Adds a C<timeout> and a C<reconnect_after> attributes to your class.
+
+=head1 METHODS
+
+=head2 timeout
+
+=head2 reconnect_after
+
+=head1 AUTHOR, COPYRIGHT AND LICENSE
+
+See L<Message::Passing>.
+
+=cut
+

-- 
libmessage-passing-perl Debian packaging



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