diff options
Diffstat (limited to 'fml/lib/IO/MapAdapter.pm')
| -rw-r--r-- | fml/lib/IO/MapAdapter.pm | 7 |
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: |
