The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package ClassUsingRoleWithAttributes;
use Moose;
# FIXME - This should not have to be here.
use MooseX::MethodAttributes;

use namespace::autoclean;

with 'RoleWithAttributes';

__PACKAGE__->meta->make_immutable;