Message::Passing::Filter::Key(3)
Filter a subset of messages out.
DESCRIPTION
This filter just removes messages which do not have a key matching a certain value.
ATTRIBUTES
key
The name of the key. You may use a " foo.bar " syntax to indicate variables below the top level
of the hash (i.e. the example would look in "$msg->{foo}->{bar}".).
match
The value to match to determine if the message should be passed onto the next stage or filtered out.
match_type
The type of match to perform, valid values are 'regex' or 'eq', and the latter is the default.
METHODS
filter
Does the actual filtering work.
AUTHOR, COPYRIGHT AND LICENSE
See Message::Passing.