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

NAME

Test::BrewBuild::Plugin::DefaultExec - The default 'exec' command plugin.

DESCRIPTION

To create a temporary or test plugin, simply create a *.pm file just like this one with the same subroutine, and in the __DATA__ section, include the code you need executed by *brew exec.

To use, if you've actually installed your plugin:

    berrybrew --plugin My::ExecPlugin

If you have it in a local directory (ie. not installed) (note the path can be relative):

    berrybrew --plugin /path/to/ExecPlugin.pm

AUTHOR

Steve Bertrand, <steveb at cpan.org>