Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910111213 package MyApp::Root;use strict;use warnings;use Nephia;path '/' => sub { { title => 'Nephia Sample', template => 'hoge.tx', };};1;
package
MyApp::Root;
use
strict;
warnings;
Nephia;
path
'/'
=>
sub
{
title
'Nephia Sample'
,
template
'hoge.tx'
};
1;