The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package UsesMultipleRoles;
use Moose;
use namespace::clean -except => 'meta';

with qw/
    RoleWithAttributes
    OtherRoleWithAttributes
/;

#__PACKAGE__->meta->make_immutable;