aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/Role/SubjectTag.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sietima/Role/SubjectTag.pm')
-rw-r--r--lib/Sietima/Role/SubjectTag.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Sietima/Role/SubjectTag.pm b/lib/Sietima/Role/SubjectTag.pm
index dd72562..7602405 100644
--- a/lib/Sietima/Role/SubjectTag.pm
+++ b/lib/Sietima/Role/SubjectTag.pm
@@ -19,9 +19,7 @@ use namespace::clean;
A L<< C<Sietima> >> list with this role applied will prepend the given
tag to every outgoing message's C<Subject:> header.
-=head1 ATTRIBUTES
-
-=head2 C<subject_tag>
+=attr C<subject_tag>
Required string. This string, enclosed by square brackets, will be
prepended to the C<Subject:> header of outgoing messages. For example,
@@ -40,9 +38,7 @@ has subject_tag => (
required => 1,
);
-=head1 MODIFIED METHODS
-
-=head2 C<munge_mail>
+=modif C<munge_mail>
The subject of the incoming email is modified to add the tag (unless
it's already there). The email is then processed normally.