The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package BadSuite::SyntaxError;

our $VERSION = 0.01;

our @INC = ('Exception::Base');

BEGIN {
    eval q{
        sub broken_method {
            my $self =
        };
    };
};

1;