Build.PL
Changes
LICENSE
META.json
README.md
author/benchmark_validator.pl
bin/dwarf
builder/MarkdownMaker.pm
builder/MyBuilder.pm
lib/Cmd/Dwarf.pm
minil.toml
share/README.md
share/app/Makefile
share/app/app.psgi
share/app/cli.psgi
share/app/cpanfile
share/app/lib/App.pm
share/app/lib/App/Config/DevDocker.pm
share/app/lib/App/Config/DevYoshizu.pm
share/app/lib/App/Config/Development.pm
share/app/lib/App/Config/Production.pm
share/app/lib/App/Constant.pm
share/app/lib/App/Controller/Api/Ping.pm
share/app/lib/App/Controller/Api/ShowSession.pm
share/app/lib/App/Controller/ApiBase.pm
share/app/lib/App/Controller/Cli/LoadSchema.pm
share/app/lib/App/Controller/Cli/Ping.pm
share/app/lib/App/Controller/CliBase.pm
share/app/lib/App/Controller/Web.pm
share/app/lib/App/Controller/WebBase.pm
share/app/lib/App/DB.pm
share/app/lib/App/DB/Row.pm
share/app/lib/App/DB/Schema.pm
share/app/lib/App/DB/Schema/Declare.pm
share/app/lib/App/DB/Schema/Dumper.pm
share/app/lib/App/Model/Email.pm
share/app/lib/App/Model/Hash.pm
share/app/lib/App/Model/SQLBuilder.pm
share/app/lib/App/Test.pm
share/app/lib/Dwarf.pm
share/app/lib/Dwarf/Accessor.pm
share/app/lib/Dwarf/Config.pm
share/app/lib/Dwarf/DSL.pm
share/app/lib/Dwarf/Error.pm
share/app/lib/Dwarf/HTTP/Async.pm
share/app/lib/Dwarf/Message.pm
share/app/lib/Dwarf/Message/Error.pm
share/app/lib/Dwarf/Module.pm
share/app/lib/Dwarf/Module/APIBase.pm
share/app/lib/Dwarf/Module/CLIBase.pm
share/app/lib/Dwarf/Module/DSL.pm
share/app/lib/Dwarf/Module/HTMLBase.pm
share/app/lib/Dwarf/Module/SocialMedia/Amazon.pm
share/app/lib/Dwarf/Module/SocialMedia/Facebook.pm
share/app/lib/Dwarf/Module/SocialMedia/Line.pm
share/app/lib/Dwarf/Module/SocialMedia/Mixi.pm
share/app/lib/Dwarf/Module/SocialMedia/Rakuten.pm
share/app/lib/Dwarf/Module/SocialMedia/Twitter.pm
share/app/lib/Dwarf/Module/SocialMedia/Weibo.pm
share/app/lib/Dwarf/Plugin/AnyEvent/Redis.pm
share/app/lib/Dwarf/Plugin/CGI/Session.pm
share/app/lib/Dwarf/Plugin/CGI/SpeedyCGI.pm
share/app/lib/Dwarf/Plugin/CORS.pm
share/app/lib/Dwarf/Plugin/CSRFDefender.pm
share/app/lib/Dwarf/Plugin/Cache/Memcached/Fast.pm
share/app/lib/Dwarf/Plugin/Devel/StackTrace.pm
share/app/lib/Dwarf/Plugin/Error.pm
share/app/lib/Dwarf/Plugin/HTTP/Session.pm
share/app/lib/Dwarf/Plugin/JSON.pm
share/app/lib/Dwarf/Plugin/Log/Dispatch.pm
share/app/lib/Dwarf/Plugin/Log/Dispatch/FileRotate.pm
share/app/lib/Dwarf/Plugin/MouseX/Types/Common.pm
share/app/lib/Dwarf/Plugin/MultiConfig.pm
share/app/lib/Dwarf/Plugin/Now.pm
share/app/lib/Dwarf/Plugin/PHP/HTTP/Session.pm
share/app/lib/Dwarf/Plugin/PHP/Session.pm
share/app/lib/Dwarf/Plugin/PHP/Session/Memcached.pm
share/app/lib/Dwarf/Plugin/Proctitle.pm
share/app/lib/Dwarf/Plugin/Runtime.pm
share/app/lib/Dwarf/Plugin/Teng.pm
share/app/lib/Dwarf/Plugin/Text/CSV_XS.pm
share/app/lib/Dwarf/Plugin/Text/Xslate.pm
share/app/lib/Dwarf/Plugin/URL.pm
share/app/lib/Dwarf/Plugin/XML/Simple.pm
share/app/lib/Dwarf/Pragma.pm
share/app/lib/Dwarf/Request.pm
share/app/lib/Dwarf/Response.pm
share/app/lib/Dwarf/Session.pm
share/app/lib/Dwarf/Session/State/Cookie.pm
share/app/lib/Dwarf/Session/Store/DBI.pm
share/app/lib/Dwarf/Test.pm
share/app/lib/Dwarf/Test/Config/Production.pm
share/app/lib/Dwarf/Test/Controller/Api/Ping.pm
share/app/lib/Dwarf/Test/Model/Hoge.pm
share/app/lib/Dwarf/Trigger.pm
share/app/lib/Dwarf/Util.pm
share/app/lib/Dwarf/Util/DateTime.pm
share/app/lib/Dwarf/Util/Geo.pm
share/app/lib/Dwarf/Util/Password.pm
share/app/lib/Dwarf/Util/Xslate.pm
share/app/lib/Dwarf/Validator.pm
share/app/lib/Dwarf/Validator/Constraint.pm
share/app/lib/Dwarf/Validator/Constraint/Default.pm
share/app/lib/Dwarf/Validator/HashRef.pm
share/app/lib/Dwarf/Validator/NullValue.pm
share/app/lib/Dwarf/Validator/PlackRequest.pm
share/app/lib/Dwarf/Validator/Upload.pm
share/app/script/generate.pl
share/app/script/load_schema.sh
share/app/script/start_server.sh
share/app/sql/00_drop_tables.sql
share/app/sql/01_sessions.sql
share/app/sql/999_init.sql
share/app/t/00_dwarf/01_compile.t
share/app/t/00_dwarf/02_dwarf.t
share/app/t/00_dwarf/03_pragma.t
share/app/t/00_dwarf/04_util.t
share/app/t/00_dwarf/05_request.t
share/app/t/00_dwarf/06_json_hijacking.t
share/app/t/00_dwarf/07_module.t
share/app/t/00_dwarf/08_accessor.t
share/app/t/00_dwarf/09_config.t
share/app/t/00_dwarf/10_message.t
share/app/t/00_dwarf/11_error.t
share/app/t/00_dwarf/12_trigger.t
share/app/t/00_dwarf/13_module_dsl.t
share/app/t/00_dwarf/file/post_data.txt
share/app/t/00_dwarf/file/sample.csv
share/app/t/00_dwarf/plugin/cors.t
share/app/t/00_dwarf/plugin/text_csv_xs.t
share/app/t/00_dwarf/validator/001_simple.t
share/app/t/00_dwarf/validator/002_not_null.t
share/app/t/00_dwarf/validator/003_zero_regex.t
share/app/t/00_dwarf/validator/004_my_own_constraint.t
share/app/t/00_dwarf/validator/005_multivalue.t
share/app/t/00_dwarf/validator/006_array.t
share/app/t/00_dwarf/validator/007_file.t
share/app/t/00_dwarf/validator/008_upload.t
share/app/t/00_dwarf/validator/009_constraints.t
share/app/t/00_dwarf/validator/010_hashref.t
share/app/t/01_basic/01_compile.t
share/app/t/01_basic/02_db.t
share/app/t/01_basic/03_xslate.t
share/app/t/02_model/00_Hash.t
share/app/t/02_model/01_Email.t
share/app/t/02_model/file/email.txt
share/app/t/03_app/00_basic.t
share/app/tmpl/400.html
share/app/tmpl/404.html
share/app/tmpl/500.html
share/app/tmpl/index.html
share/docker-compose.yml
share/docker/db/Dockerfile
share/docker/web/Dockerfile
share/htdocs/apple-touch-icon-114x114.png
share/htdocs/apple-touch-icon-120x120.png
share/htdocs/apple-touch-icon-144x144.png
share/htdocs/apple-touch-icon-72x72.png
share/htdocs/apple-touch-icon-76x76.png
share/htdocs/apple-touch-icon.png
share/htdocs/dwarf/bootstrap/css/bootstrap-responsive.css
share/htdocs/dwarf/bootstrap/css/bootstrap-responsive.min.css
share/htdocs/dwarf/bootstrap/css/bootstrap-theme.css
share/htdocs/dwarf/bootstrap/css/bootstrap-theme.css.map
share/htdocs/dwarf/bootstrap/css/bootstrap-theme.min.css
share/htdocs/dwarf/bootstrap/css/bootstrap.css
share/htdocs/dwarf/bootstrap/css/bootstrap.css.map
share/htdocs/dwarf/bootstrap/css/bootstrap.min.css
share/htdocs/dwarf/bootstrap/fonts/glyphicons-halflings-regular.eot
share/htdocs/dwarf/bootstrap/fonts/glyphicons-halflings-regular.svg
share/htdocs/dwarf/bootstrap/fonts/glyphicons-halflings-regular.ttf
share/htdocs/dwarf/bootstrap/fonts/glyphicons-halflings-regular.woff
share/htdocs/dwarf/bootstrap/fonts/glyphicons-halflings-regular.woff2
share/htdocs/dwarf/bootstrap/js/bootstrap.js
share/htdocs/dwarf/bootstrap/js/bootstrap.min.js
share/htdocs/dwarf/bootstrap/js/html5shiv.js
share/htdocs/dwarf/bootstrap/js/html5shiv.min.js
share/htdocs/dwarf/bootstrap/js/npm.js
share/htdocs/dwarf/run.cgi
share/htdocs/favicon.ico
t/00_compile.t
META.yml
MANIFEST