The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Poet::Mason::Plugin;
$Poet::Mason::Plugin::VERSION = '0.14';
use Moose;
with 'Mason::Plugin';

__PACKAGE__->meta->make_immutable();

1;