Consistent Connection and Transaction notes() POD

Qpsmtpd::Connection::notes() and Qpsmtpd::Transaction::notes() have
identicaly functionality; however, the POD documentation for Connection
notes is fairly brief while the documentation for Transaction notes is
longer and more helpful.  This updates the Connection notes documention
to be consistent with its Transaction counterpart.
This commit is contained in:
Jared Johnson 2009-02-20 07:36:36 -06:00 committed by Ask Bjørn Hansen
parent d9cf61175a
commit 82d25b17b0

View File

@ -200,7 +200,9 @@ set after a successful return from those hooks.
=head2 notes($key [, $value])
Connection-wide notes, used for passing data between plugins.
Get or set a note on the connection. This is a piece of data that you wish
to attach to the connection and read somewhere else. For example you can
use this to pass data between plugins.
=head2 clone([%args])