From 2892df687a0a71c80877048f6e4451fce7760755 Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Mon, 7 Jun 2004 18:48:52 +0000 Subject: [PATCH] Cleanup docs to look nicer under perldoc git-svn-id: https://svn.perl.org/qpsmtpd/trunk@238 958fd67b-6ff1-0310-b445-bb7760255be9 --- lib/Qpsmtpd/Transaction.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Qpsmtpd/Transaction.pm b/lib/Qpsmtpd/Transaction.pm index 5d7d4f1..df7a7f0 100644 --- a/lib/Qpsmtpd/Transaction.pm +++ b/lib/Qpsmtpd/Transaction.pm @@ -158,7 +158,7 @@ This adds a new recipient (as in RCPT TO) to the envelope of the mail. The C<$recipient> is a C object. See L for more details. -=head2 recipients() +=head2 recipients( ) This returns a list of the current recipients in the envelope. @@ -197,11 +197,11 @@ Write data to the end of the email. C<$data> can be either a plain scalar, or a reference to a scalar. -=head2 body_size() +=head2 body_size( ) Get the current size of the email. -=head2 body_resetpos() +=head2 body_resetpos( ) Resets the body filehandle to the start of the file (via C). @@ -209,7 +209,7 @@ Use this function before every time you wish to process the entire body of the email to ensure that some other plugin has not moved the file pointer. -=head2 body_getline() +=head2 body_getline( ) Returns a single line of data from the body of the email.