Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

package MyApp::Root;
use strict;
use Nephia;
path '/' => sub {
{ title => 'Nephia Sample',
template => 'hoge.tx',
};
};
1;