[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:41 UTC 2013
The following commit has been merged in the master branch:
commit 9591ad25ab87dd3dcea9e4f48fc8146eae9cb6aa
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Sun Aug 26 20:57:03 2012 +0100
Add Pod for the new classes
diff --git a/lib/Message/Passing/Exception.pm b/lib/Message/Passing/Exception.pm
index 8433d9a..3ceb451 100644
--- a/lib/Message/Passing/Exception.pm
+++ b/lib/Message/Passing/Exception.pm
@@ -12,3 +12,21 @@ sub pack {
1;
+=head1 NAME
+
+Message::Passing::Exception - Base role for Message::Passing exceptions
+
+=head1 METHODS
+
+=head2 as_hash
+
+=head2 pack
+
+Synonyms, which return a flattened (to a hash) object.
+
+=head1 AUTHOR, COPYRIGHT AND LICENSE
+
+See L<Message::Passing>.
+
+=cut
+
diff --git a/lib/Message/Passing/Exception/Encoding.pm b/lib/Message/Passing/Exception/Encoding.pm
index 1c8cb56..b5aab94 100644
--- a/lib/Message/Passing/Exception/Encoding.pm
+++ b/lib/Message/Passing/Exception/Encoding.pm
@@ -21,3 +21,23 @@ has stringified_data => (
1;
+=head1 NAME
+
+Message::Passing::Exception::Encoding - An issue when encoding data
+
+=head1 ATTRIBUTES
+
+=head2 exception
+
+The exception encountered when trying to encode the message
+
+=head2 stringified_data
+
+The original message, dumped using L<Data::Dumper>.
+
+=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