summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-11 11:45:01 +0000
committerfukachan <fukachan>2001-03-11 11:45:01 +0000
commitc8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc (patch)
tree0ceb12d1cc8942c6cdb8babaa679e030885c2f6e /fml
parentebf06412d1d21412a8dd2126aa9973caddb60971 (diff)
downloadfml8-c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc.tar.gz
fml8-c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc.tar.bz2
fml8-c8785198f4d27a3f83ba1c5c2cbcdcfe9c4e33bc.zip
update documents on add() and delete()
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/IO/MapAdapter.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/fml/lib/IO/MapAdapter.pm b/fml/lib/IO/MapAdapter.pm
index c4880835..7541a247 100644
--- a/fml/lib/IO/MapAdapter.pm
+++ b/fml/lib/IO/MapAdapter.pm
@@ -224,8 +224,15 @@ sub get_recipient { my ($self) = @_; $self->get_next_value;}
=head2 C<add( $address )>
+add $address to the specified map.
+
+=head2 C<delete( $regexp )>
+
+delete lines which matches $regexp from this map.
+
=cut
+
# Descriptions:
# Arguments: $self $address
# Side Effects: