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

NAME

App::Wubot::Reactor::Template - build a field using existing message fields as a template

VERSION

version 0.4.0

SYNOPSIS

  - name: build a subject that references the username field
    plugin: Template
    config:
      template: 'Got username: {$username}'
      target_field: subject

DESCRIPTION

TODO: More to come...

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.