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


The following commit has been merged in the master branch:
commit ccac4982b00f2913931afff5917f5411d2b6df2b
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Jun 10 18:05:40 2012 +0100

    Fix docs for Role::HasAConnection

diff --git a/TODO b/TODO
index 044aef6..5f293ef 100644
--- a/TODO
+++ b/TODO
@@ -15,9 +15,6 @@ Specific adaptors
     - STOMP multiple subscriptions
 
 Docs:
- Role::HasAconnection
- - Fix docs
-
  Message::Passing::Manual::Scripts:
  - Write me!
  - encoders / decoders
diff --git a/lib/Message/Passing/Role/HasAConnection.pm b/lib/Message/Passing/Role/HasAConnection.pm
index 6a56d08..04fcf3a 100644
--- a/lib/Message/Passing/Role/HasAConnection.pm
+++ b/lib/Message/Passing/Role/HasAConnection.pm
@@ -34,7 +34,7 @@ The connection manager object is assumed to have the C<< ->subscribe_to_connect
 
 =head1 REQUIRED METHODS
 
-=head2 _build_connection
+=head2 _build_connection_manager
 
 Will be called at BUILD (i.e. object construction) time, should return
 a connection manager object (i.e. an object that C<< ->subscribe_to_connect >>
@@ -56,12 +56,22 @@ The client received an error or otherwise disconnected.
 
 =head2 connection_manager
 
+Holds the connection manger returned by the C<_build_connection_manager> method.
+
 =head1 WRAPPED METHODS
 
 =head2 BUILD
 
 Is wrapped to build the connection manager object.
 
+=head1 SEE ALSO
+
+=over
+
+=item L<Message::Passing::Role::ConenctionManager>.
+
+=back
+
 =head1 SPONSORSHIP
 
 This module exists due to the wonderful people at Suretec Systems Ltd.

-- 
libmessage-passing-perl Debian packaging



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