The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112131415 package Mason::t::Skel;$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;
package
Mason::t::Skel;
$Mason::t::Skel::VERSION
=
'2.23'
;
use
Test::Class::Most
parent
=>
'Mason::Test::Class'
sub
test_ : Tests {
my
$self
shift
->test_comp(
src
=> '
',
expect
);
}
1;