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

SubClass - Fake class being composed with Moose syntax

=head1 SYNOPSIS

Nah...

=cut



package Class::Moose::SubClass::List;
use Moose;

with ("Class::Moose::RoleList1", "Class::Moose::RoleList2");



1;



#EOF