logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Message::Passing::Filter::Key - Filter a subset of messages out.

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.

Description

       This filter just removes messages which do not have a key matching a certain value.

Methods

filter
       Does the actual filtering work.

Name

       Message::Passing::Filter::Key - Filter a subset of messages out.

Sponsorship

       This module exists due to the wonderful people at Suretec Systems Ltd.  <http://www.suretecsystems.com/>
       who sponsored its development for its VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use
       with the SureVoIP API - <http://www.surevoip.co.uk/support/wiki/api_documentation>

See Also