The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

$Mason::t::Skel::VERSION = '2.23';
use Test::Class::Most parent => 'Mason::Test::Class';
sub test_ : Tests {
my $self = shift;
$self->test_comp(
src => '
',
expect => '
',
);
}
1;