diff options
author | dakkar <dakkar@thenautilus.net> | 2017-02-07 19:13:19 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-02-07 19:13:19 +0000 |
commit | 82c5e28e675bc887ea8a2aa842f149c742a7a8c7 (patch) | |
tree | 37784df8bbb63eef84cab720eb010a2aa48d957a /lib | |
parent | don't criticise "prototypes" (diff) | |
download | Sietima-82c5e28e675bc887ea8a2aa842f149c742a7a8c7.tar.gz Sietima-82c5e28e675bc887ea8a2aa842f149c742a7a8c7.tar.bz2 Sietima-82c5e28e675bc887ea8a2aa842f149c742a7a8c7.zip |
fix POD syntax
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sietima/MailStore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm index 6f0db44..fc8889e 100644 --- a/lib/Sietima/MailStore.pm +++ b/lib/Sietima/MailStore.pm @@ -18,7 +18,7 @@ to. It does not provide any implementation. my $id = $ms->store($email_mime_object,@tags); Must persistently store the given email message (as an L<< -C<Email::Simple>> object or similar), associating it with the gives +C<Email::Simple> >> object or similar), associating it with the gives tags (which must be strings). Must returns a unique identifier for the stored message. It is acceptable if identical messages are indistinguishable by the storage. |