From 9638518323abe073d9886da27170b778338e0e11 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 3 Feb 2017 19:11:39 +0000 Subject: fix subscriber docs in main Sietima POD --- lib/Sietima.pm | 10 ++++++---- 1 file 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 >> 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|Sietima::Role::NoMail >>, for -example) +The base Sietima class only uses the address of subscribers, but some +roles use the other attributes (L<< C|Sietima::Role::NoMail +>>, for example, uses the C attribute, and L<< +C >> uses C via L<< +C|Sietima::Subscriber/match >>) =cut -- cgit v1.2.3