diff options
author | dakkar <dakkar@thenautilus.net> | 2017-02-03 19:11:39 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-02-03 19:11:39 +0000 |
commit | 9638518323abe073d9886da27170b778338e0e11 (patch) | |
tree | d63e517965eb420f39acdc3b758089162bf942ce /lib | |
parent | Use the core-provided Digest::SHA instead of Digest::SHA1 (diff) | |
download | Sietima-9638518323abe073d9886da27170b778338e0e11.tar.gz Sietima-9638518323abe073d9886da27170b778338e0e11.tar.bz2 Sietima-9638518323abe073d9886da27170b778338e0e11.zip |
fix subscriber docs in main Sietima POD
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sietima.pm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm index fb74bcc..f22e408 100644 --- a/lib/Sietima.pm +++ b/lib/Sietima.pm @@ -116,11 +116,13 @@ empty array. Each item can be coerced from a string or a L<< C<Email::Address> >> instance, or a hashref of the form - { address => $string, prefs => \%preferences_hash } + { address => $string, %other_attributes } -The base Sietima class does not use any per-subscriber preferences, -but some roles do (L<< C<NoMail>|Sietima::Role::NoMail >>, for -example) +The base Sietima class only uses the address of subscribers, but some +roles use the other attributes (L<< C<NoMail>|Sietima::Role::NoMail +>>, for example, uses the C<prefs> attribute, and L<< +C<SubscriberOnly> >> uses C<aliases> via L<< +C<match>|Sietima::Subscriber/match >>) =cut |