APISchema
view release on metacpan or search on metacpan
t/test/InheritedDocument.pm view on Meta::CPAN
use parent qw(Plack::App::APISchema::Document);
1;
__DATA__
@@ template.mt
? my ($title, $body) = @_;
<!DOCTYPE html>
<html>
<head>
<title><?= $title ?></title>
<style>* { color: pink; }</style>
</head>
<body>
<?= encoded_string($body) ?>
</body>
</html>
( run in 0.325 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )