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


The following commit has been merged in the master branch:
commit 3b3393671196de621ada1ced3668a9443ee70c9f
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Jul 11 19:16:07 2012 +0100

    More pod

diff --git a/lib/Message/Passing/Role/Crypt/CBC.pm b/lib/Message/Passing/Role/Crypt/CBC.pm
index f385cde..b167828 100644
--- a/lib/Message/Passing/Role/Crypt/CBC.pm
+++ b/lib/Message/Passing/Role/Crypt/CBC.pm
@@ -24,3 +24,41 @@ sub cbc {
 
 1;
 
+=head1 NAME
+
+Message::Passing::Role::Crypt::CBC - Common attributes for encoding or decoding encrypted messages
+
+=head1 ATTRIBUTES
+
+=head2 encryption_key
+
+The key for encryption (this is a shared secret key between both sides)
+
+=head2 encryption_cipher
+
+Any cipher supported by L<Crypt::CBC>.
+
+=head1 METHODS
+
+=head2 cbc
+
+Returns a new L<Crypt::CBC> object.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<Message::Passing::Filter::Encoder::Crypt::CBC>
+
+=item L<Message::Passing::Filter::Decoder::Crypt::CBC>
+
+=item L<Crypt::CBC>
+
+=back
+
+=head1 AUTHOR, COPYRIGHT & LICENSE
+
+See L<Message::Passing>.
+
+=cut
+

-- 
libmessage-passing-perl Debian packaging



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