The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Role::BreakOnLoad;
use Moose::Role;

sub meth1 { }

this role has a syntax error and should crash on load.

1;