NAME

Dwarf - Web Application Framework (Perl5)

SYNOPSIS

package App::Controller::Web;
use Dwarf::Pragma;
use parent 'App::Controller::WebBase';
use Dwarf::DSL;

sub get {
	render 'index.html';
}

1;

DESCRIPTION

https://github.com/seagirl/dwarf

LICENSE

Copyright (C) Takuho Yoshizu.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Takuho Yoshizu <yoshizu@s2factory.co.jp>