From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 # belongs to t/run/90ensure_class_loaded.tlpackage # hide from PAUSE DBICTest::SyntaxErrorComponent1;use warnings;use strict;my $str ''; # syntax error1;
# belongs to t/run/90ensure_class_loaded.tl
package
# hide from PAUSE
DBICTest::SyntaxErrorComponent1;
use
warnings;
strict;
my
$str
''
;
# syntax error
1;