Another minor POD update.
This commit is contained in:
parent
6ed109914c
commit
1253e73a4d
@ -724,8 +724,8 @@ requested values as C<@list>, example:
|
|||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
my ($self,$transaction,$key) = @_;
|
my ($self,$transaction,@keys) = @_;
|
||||||
# $key: the requested config item(s)
|
# @keys: the requested config item(s)
|
||||||
|
|
||||||
B<NOTE:> C<$transaction> may be C<undef>, depending when / where this hook
|
B<NOTE:> C<$transaction> may be C<undef>, depending when / where this hook
|
||||||
is called. It's probably best not to try acessing it.
|
is called. It's probably best not to try acessing it.
|
||||||
@ -756,8 +756,8 @@ requested values as C<@list>, example:
|
|||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
my ($self,$transaction,$user,$key) = @_;
|
my ($self,$transaction,$user,@keys) = @_;
|
||||||
# $key: the requested config item(s)
|
# @keys: the requested config item(s)
|
||||||
|
|
||||||
Example plugin is F<user_config> from the qpsmtpd distribution.
|
Example plugin is F<user_config> from the qpsmtpd distribution.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user