diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-02-07 12:33:27 +0000 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-02-07 12:33:27 +0000 |
commit | 62e38962e376bb88dbb152ae0bca3a0508545603 (patch) | |
tree | fe9e8dcede7bda5db7251f41378af876ee29a7a4 /lib | |
parent | more POD, factoring, better moderation-override (diff) | |
download | Sietima-62e38962e376bb88dbb152ae0bca3a0508545603.tar.gz Sietima-62e38962e376bb88dbb152ae0bca3a0508545603.tar.bz2 Sietima-62e38962e376bb88dbb152ae0bca3a0508545603.zip |
Fix typo in POD heading
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sietima/Role/Debounce.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sietima/Role/Debounce.pm b/lib/Sietima/Role/Debounce.pm index f949842..39ef936 100644 --- a/lib/Sietima/Role/Debounce.pm +++ b/lib/Sietima/Role/Debounce.pm @@ -19,7 +19,7 @@ have that same header. This prevents messages bounced by other services from being looped between the mailing list and those other services. -=head1 MODIFIED MESSAGES +=head1 MODIFIED METHODS =head2 C<munge_mail> |