The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Mongoose::Role::Expander;
$Mongoose::Role::Expander::VERSION = '0.35';
use Moose::Role;

requires 'expand';

=head1 NAME

Mongoose::Role::Expander

=head1 DESCRIPTION

The expander role. No moving parts. Used by the engine. 

=cut 

1;