diff options
author | dakkar <dakkar@thenautilus.net> | 2017-03-24 17:56:22 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-03-24 17:56:22 +0000 |
commit | 144ca83dff443539f84b10c4571de3354c1fd65b (patch) | |
tree | 460bd3c5ce7a1eb7b0f8552b05bee3a00025c597 /lib/Sietima.pm | |
parent | name the authors of Siesta (diff) | |
download | Sietima-144ca83dff443539f84b10c4571de3354c1fd65b.tar.gz Sietima-144ca83dff443539f84b10c4571de3354c1fd65b.tar.bz2 Sietima-144ca83dff443539f84b10c4571de3354c1fd65b.zip |
documentation and tests for HeaderURI
Diffstat (limited to 'lib/Sietima.pm')
-rw-r--r-- | lib/Sietima.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Sietima.pm b/lib/Sietima.pm index 98859ab..9115c05 100644 --- a/lib/Sietima.pm +++ b/lib/Sietima.pm @@ -249,8 +249,10 @@ sub _trait_namespace { 'Sietima::Role' } ## no critic(ProhibitUnusedPrivateSubro my $addresses_href = $sietima->list_addresses; -Returns a hashref of L<< C<Email::Address> >> instances or strings, -that declare various addresses related to this list. +Returns a hashref of L<< C<Sietima::HeaderURI> >> instances (or things +that can be passed to its constructor, like L<< C<Email::Address> >>, +L<< C<URI> >>, or strings), that declare various addresses related to +this list. This base class declares only the L<< /C<return_path> >>, and does not use this method at all. |