The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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;