The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#   belongs to t/run/90ensure_class_loaded.tl
package # hide from PAUSE
    DBICTest::SyntaxErrorComponent2;
use warnings;
use strict;

my $str ''; # syntax error

1;