# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
CHANGES
CONTRIBUTING.md
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
bin/yancy
cpanfile
dist.ini
eg/README.md
eg/auth-demo/README.md
eg/auth-demo/cpanfile
eg/auth-demo/myapp.pl
eg/cookbook/custom-filter-full.pl
eg/cookbook/custom-filter-lite.pl
eg/cookbook/log.sqlite3
eg/cookbook/pages-html.pl
eg/cookbook/pages-markdown.pl
eg/cookbook/pages-markdown.sqlite3
eg/cookbook/pages-markdown.sqlite3-shm
eg/cookbook/pages-markdown.sqlite3-wal
eg/cookbook/pages.sqlite3
eg/cookbook/pages.sqlite3-shm
eg/cookbook/pages.sqlite3-wal
eg/doc-site/.gitignore
eg/doc-site/README.md
eg/doc-site/cpanfile
eg/doc-site/deploy.sh
eg/doc-site/index.markdown
eg/doc-site/myapp.conf
eg/doc-site/myapp.pl
eg/doc-site/myapp.preaction.conf
eg/doc-site/public/screenshot-custom-element.png
eg/doc-site/public/screenshot-edit.png
eg/doc-site/public/screenshot.png
eg/docker/Dockerfile
eg/docker/Dockerfile.mysql
eg/docker/Dockerfile.pg
eg/docker/Dockerfile.sqlite
eg/etl-viewer/myapp.pl
eg/limited-editor/.gitignore
eg/limited-editor/README.md
eg/limited-editor/cpanfile
eg/limited-editor/myapp.pl
eg/northwind/.gitignore
eg/northwind/README.md
eg/northwind/cpanfile
eg/northwind/cpanfile.snapshot
eg/northwind/myapp.conf
eg/northwind/myapp.mysql.conf
eg/northwind/myapp.pg.conf
eg/northwind/myapp.pl
eg/northwind/northwind-data.sql
eg/northwind/northwind-schema.mysql.sql
eg/northwind/northwind-schema.pg.sql
eg/northwind/northwind-schema.sqlite.sql
eg/northwind/templates/layouts/default.html.ep
eg/northwind/templates/product_details.html.ep
eg/northwind/templates/product_list.html.ep
eg/skeleton/lib/MyApp.pm
eg/skeleton/my_app.conf
eg/skeleton/script/my_app
eg/test-app/.gitignore
eg/test-app/myapp.auth.conf
eg/test-app/myapp.conf
eg/test-app/myapp.null.conf
eg/test-app/myapp.pl
eg/test-app/templates/not_found.html.ep
eg/test-app/templates/people.html.ep
eg/test-app/templates/people/index.html.ep
eg/test-app/yancy.data.json
eg/todo-app/.gitignore
eg/todo-app/cpanfile
eg/todo-app/deploy.sh
eg/todo-app/myapp.pl
eg/todo-app/todo-app.service
lib/Mojolicious/Plugin/Yancy.pm
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/app.js
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.css
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.js
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.min.css.map
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.min.js.map
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/component/table.js
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/css/font-awesome.css
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.eot
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.svg
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.ttf
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.woff
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.woff2
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/jquery.js
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/marked.js
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/popper.js
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/popper.min.js.map
lib/Mojolicious/Plugin/Yancy/resources/public/yancy/vue.js
lib/Mojolicious/Plugin/Yancy/resources/templates/layouts/yancy.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/layouts/yancy/auth.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/github/login_form.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/login_form.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/login_page.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/oauth2/login_form.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/password/login_form.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/password/login_page.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/password/register.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/unauthorized.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/unauthorized.json.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/component/table.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/index.html.ep
lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/table.html.ep
lib/Yancy.pm
lib/Yancy/Backend.pm
lib/Yancy/Backend/Dbic.pm
lib/Yancy/Backend/Memory.pm
lib/Yancy/Backend/MojoDB.pm
lib/Yancy/Backend/Mysql.pm
lib/Yancy/Backend/Pg.pm
lib/Yancy/Backend/Role/DBI.pm
lib/Yancy/Backend/Role/Sync.pm
lib/Yancy/Backend/Sqlite.pm
lib/Yancy/Command/backend.pm
lib/Yancy/Command/backend/copy.pm
lib/Yancy/Controller/Yancy.pm
lib/Yancy/Controller/Yancy/API.pm
lib/Yancy/Controller/Yancy/MultiTenant.pm
lib/Yancy/Guides.pod
lib/Yancy/Guides/Accounts.pod
lib/Yancy/Guides/Cookbook.pod
lib/Yancy/Guides/Editor.pod
lib/Yancy/Guides/Model.pod
lib/Yancy/Guides/Schema.pod
lib/Yancy/Guides/Tutorial.pod
lib/Yancy/Guides/Upgrading.pod
lib/Yancy/I18N.pm
lib/Yancy/I18N/en.pm
lib/Yancy/Model.pm
lib/Yancy/Model/Item.pm
lib/Yancy/Model/Schema.pm
lib/Yancy/Plugin/Auth.pm
lib/Yancy/Plugin/Auth/Basic.pm
lib/Yancy/Plugin/Auth/Github.pm
lib/Yancy/Plugin/Auth/OAuth2.pm
lib/Yancy/Plugin/Auth/Password.pm
lib/Yancy/Plugin/Auth/Role/RequireUser.pm
lib/Yancy/Plugin/Auth/Token.pm
lib/Yancy/Plugin/Editor.pm
lib/Yancy/Plugin/File.pm
lib/Yancy/Plugin/Form.pm
lib/Yancy/Plugin/Form/Bootstrap4.pm
lib/Yancy/Plugin/Roles.pm
lib/Yancy/Util.pm
package.json
share/update_resources.sh
t/00-compile.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/api.t
t/app.t
t/backend/dbic.t
t/backend/memory.t
t/backend/mysql.t
t/backend/pg.t
t/backend/sqlite.t
t/command/backend/copy.t
t/config.t
t/controller/multi_tenant.t
t/controller/yancy.t
t/examples/doc-site.t
t/examples/limited-editor.t
t/examples/test-app.t
t/examples/todo-app.t
t/filter.t
t/fixtures/basic/README.md
t/fixtures/basic/dbic.pl
t/fixtures/basic/mysql.sql
t/fixtures/basic/pg.sql
t/fixtures/basic/schema.json
t/fixtures/basic/sqlite.sql
t/fixtures/binary/README.md
t/fixtures/binary/dbic.pl
t/fixtures/binary/mysql.sql
t/fixtures/binary/pg.sql
t/fixtures/binary/schema.json
t/fixtures/binary/sqlite.sql
t/fixtures/composite-key/README.md
t/fixtures/composite-key/dbic.pl
t/fixtures/composite-key/mysql.sql
t/fixtures/composite-key/pg.sql
t/fixtures/composite-key/schema.json
t/fixtures/composite-key/sqlite.sql
t/fixtures/filters/README.me
t/fixtures/filters/dbic.pl
t/fixtures/filters/mysql.sql
t/fixtures/filters/pg.sql
t/fixtures/filters/schema.json
t/fixtures/filters/sqlite.sql
t/fixtures/foreign-key-field/README.md
t/fixtures/foreign-key-field/dbic.pl
t/fixtures/foreign-key-field/mysql.sql
t/fixtures/foreign-key-field/pg.sql
t/fixtures/foreign-key-field/schema.json
t/fixtures/foreign-key-field/sqlite.sql
t/fixtures/markdown/README.md
t/fixtures/markdown/dbic.pl
t/fixtures/markdown/mysql.sql
t/fixtures/markdown/pg.sql
t/fixtures/markdown/schema.json
t/fixtures/markdown/sqlite.sql
t/fixtures/roles/README.md
t/fixtures/roles/dbic.pl
t/fixtures/roles/mysql.sql
t/fixtures/roles/pg.sql
t/fixtures/roles/schema.json
t/fixtures/roles/sqlite.sql
t/helpers.t
t/i18n.t
t/lib/Digest/Broken.pm
t/lib/Local/CamelSchema.pm
t/lib/Local/CamelSchema/Result/Addresses.pm
t/lib/Local/CamelSchema/Result/Cities.pm
t/lib/Local/Controller/Extend/Yancy.pm
t/lib/Local/Schema.pm
t/lib/Local/Schema/Result/blog.pm
t/lib/Local/Schema/Result/mojo_migrations.pm
t/lib/Local/Schema/Result/people.pm
t/lib/Local/Schema/Result/user.pm
t/lib/Local/Test.pm
t/lib/Yancy/Backend/Brokentest.pm
t/lib/Yancy/Plugin/Test.pm
t/model.t
t/plugin/auth.t
t/plugin/auth/basic.t
t/plugin/auth/github.t
t/plugin/auth/oauth2.t
t/plugin/auth/password.t
t/plugin/auth/token.t
t/plugin/editor.t
t/plugin/file.t
t/plugin/form/bootstrap4.t
t/plugin/roles.t
t/register.t
t/schema/dbicdump.pl
t/schema/mysql.sql
t/schema/openapi.pl
t/schema/pg.sql
t/schema/sqlite.sql
t/share/avatar.jpg
t/share/file.txt
t/share/openapi-spec.json
t/share/templates/blog_delete.html.ep
t/share/templates/blog_edit.html.ep
t/share/templates/blog_list.html.ep
t/share/templates/blog_list.rss.ep
t/share/templates/blog_view.html.ep
t/share/templates/dump_item.html.ep
t/share/templates/extend/blog_list.html.ep
t/share/templates/extend/blog_view.html.ep
t/share/templates/people.html.ep
t/share/templates/people/index.html.ep
t/share/templates/plugin/editor/custom_element.html.ep
t/share/templates/user.html.ep
t/share/templates/user_edit.html.ep
t/share/templates/user_profile_edit.html.ep
t/share/withindex/templates/index.html.ep
t/util.t
weaver.ini
xt/run_backend_tests.pl
xt/selenium/.gitignore
xt/selenium/components.t
xt/selenium/editor.t
xt/tmux-layout.sh