NAME
Nephia::Lite - mini and lite WAF. one file, once write, quickly render!
SYNOPSIS
in app.psgi :
use Nephia plugins => [qw/Lite/];
run {
return {
title => 'sample'
}
};
__DATA__
<html>
<head>
<title><?= $title ?></title>
<body>
<h1>Hello, <?= $title ?></h1>
</body>
</html>
DESCRIPTION
Nephia::Plugin::Lite is Nephia::Lite plugin version.
SEE ALSO
LICENSE
Copyright (C) macopy.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
macopy <macopy[attttttt]cpan.com>