The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wubot::Reactor::DeleteField - remove a field from the message

VERSION

version 0.2.004

SYNOPSIS

      - name: delete field 'x' from the message
        plugin: DeleteField
        config:
          field: x

DESCRIPTION

Removes a field and its value from a message.

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.