The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
bin/clearpress
Build.PL
cgi-bin/application
cgi-bin/login
cgi-bin/logout
Changes
deb-src/DEBIAN/changelog
deb-src/DEBIAN/control.tmpl
docs/.sass-cache/db7e2c15c9198eb82ff0fc1950e22d3b88fdde53/fonts.scssc
docs/.sass-cache/db7e2c15c9198eb82ff0fc1950e22d3b88fdde53/jekyll-theme-minimal.scssc
docs/.sass-cache/db7e2c15c9198eb82ff0fc1950e22d3b88fdde53/rouge-github.scssc
docs/_config.yml
docs/_includes/footer.html
docs/_includes/header.html
docs/_includes/menu.html
docs/_site/ajax.html
docs/_site/assets/css/style.css
docs/_site/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot
docs/_site/assets/fonts/Noto-Sans-700/Noto-Sans-700.svg
docs/_site/assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf
docs/_site/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff
docs/_site/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2
docs/_site/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot
docs/_site/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg
docs/_site/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf
docs/_site/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff
docs/_site/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2
docs/_site/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.eot
docs/_site/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.svg
docs/_site/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf
docs/_site/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff
docs/_site/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2
docs/_site/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.eot
docs/_site/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.svg
docs/_site/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.ttf
docs/_site/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff
docs/_site/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff2
docs/_site/assets/js/scale.fix.js
docs/_site/authen.html
docs/_site/authz.html
docs/_site/basics.html
docs/_site/clearpress.css
docs/_site/examples/ajax/car/1.shtml
docs/_site/examples/ajax/car/2.shtml
docs/_site/examples/ajax/car/3.shtml
docs/_site/examples/ajax/manufacturer.shtml
docs/_site/favicon.ico
docs/_site/index.html
docs/_site/installing.html
docs/_site/mimetypes.html
docs/_site/orm.html
docs/_site/paging.html
docs/_site/pdf.html
docs/_site/rest.html
docs/_site/robots.txt
docs/_site/routes.html
docs/_site/streaming.html
docs/_site/views.html
docs/ajax.html
docs/authen.html
docs/authz.html
docs/basics.html
docs/clearpress.css
docs/CNAME
docs/examples/ajax/car/1.shtml
docs/examples/ajax/car/2.shtml
docs/examples/ajax/car/3.shtml
docs/examples/ajax/manufacturer.shtml
docs/favicon.ico
docs/index.html
docs/installing.html
docs/mimetypes.html
docs/orm.html
docs/paging.html
docs/pdf.html
docs/rest.html
docs/robots.txt
docs/routes.html
docs/streaming.html
docs/views.html
examples/GrandKids/bin/GrandKids
examples/GrandKids/cgi-bin/GrandKids
examples/GrandKids/config.layout
examples/GrandKids/data/config.ini
examples/GrandKids/data/schema/child.mysql
examples/GrandKids/data/schema/family.mysql
examples/GrandKids/data/templates/actions.tt2
examples/GrandKids/data/templates/child_add.tt2
examples/GrandKids/data/templates/child_create.tt2
examples/GrandKids/data/templates/child_edit.tt2
examples/GrandKids/data/templates/child_list.tt2
examples/GrandKids/data/templates/child_read.tt2
examples/GrandKids/data/templates/child_update.tt2
examples/GrandKids/data/templates/family_add.tt2
examples/GrandKids/data/templates/family_create.tt2
examples/GrandKids/data/templates/family_edit.tt2
examples/GrandKids/data/templates/family_list.tt2
examples/GrandKids/data/templates/family_read.tt2
examples/GrandKids/data/templates/family_update.tt2
examples/GrandKids/data/templates/warnings.tt2
examples/GrandKids/htdocs/GrandKids.css
examples/GrandKids/lib/GrandKids/model/child.pm
examples/GrandKids/lib/GrandKids/model/family.pm
examples/GrandKids/lib/GrandKids/util.pm
examples/GrandKids/lib/GrandKids/view/child.pm
examples/GrandKids/lib/GrandKids/view/error.pm
examples/GrandKids/lib/GrandKids/view/family.pm
lib/ClearPress.pm
lib/ClearPress/authdecor.pm
lib/ClearPress/authenticator.pm
lib/ClearPress/authenticator/db.pm
lib/ClearPress/authenticator/ldap.pm
lib/ClearPress/authenticator/passwd.pm
lib/ClearPress/authenticator/session.pm
lib/ClearPress/controller.pm
lib/ClearPress/decorator.pm
lib/ClearPress/driver.pm
lib/ClearPress/driver/mysql.pm
lib/ClearPress/driver/Pg.pm
lib/ClearPress/driver/SQLite.pm
lib/ClearPress/Localize.pm
lib/ClearPress/model.pm
lib/ClearPress/util.pm
lib/ClearPress/view.pm
lib/ClearPress/view/error.pm
LICENSE
Makefile
MANIFEST			This list of files
README
t/authenticator/60-authenticator.t
t/authenticator/db-sha1.t
t/authenticator/db.t
t/authenticator/ldap.t
t/authenticator/passwd.t
t/authenticator/session.t
t/clearpress/50-clearpress.t
t/controller/30-controller.t
t/controller/requests.t
t/data-no-default_view/config.ini
t/data-no-views/config.ini
t/data/config.ini
t/data/rendered/derived_create.html
t/data/rendered/derived_list.ajax
t/data/rendered/derived_list.html
t/data/rendered/derived_list.js
t/data/rendered/derived_list.xml
t/data/rendered/derived_list_overridden.ajax
t/data/rendered/derived_update.html
t/data/rendered/footer-1.frag
t/data/rendered/header-1.frag
t/data/rendered/view-error-read-tt.html
t/data/rendered/view-error-read.html
t/data/rendered/view-error-read.xml
t/data/templates/actions.tt2
t/data/templates/cache.tt2
t/data/templates/derived_create.tt2
t/data/templates/derived_list.tt2
t/data/templates/derived_list_ajax.tt2
t/data/templates/derived_list_json.tt2
t/data/templates/derived_list_overridden.tt2
t/data/templates/derived_list_overridden_ajax.tt2
t/data/templates/derived_list_xml.tt2
t/data/templates/derived_read.tt2
t/data/templates/derived_read_ajax.tt2
t/data/templates/derived_update.tt2
t/data/templates/derived_update_xml.tt2
t/data/templates/touchy_create.tt2
t/data/templates/touchy_update.tt2
t/data/templates/view_update.tt2
t/data/templates/warnings.tt2
t/decorator/30-decorator.t
t/dist/critic.t
t/dist/distribution.t
t/dist/kwalitee.t
t/dist/pod.t
t/dist/podcoverage.t
t/driver/40-driver-mysql-tables.t
t/driver/40-driver-mysql.t
t/driver/40-driver-sqlite.t
t/driver/40-driver.t
t/headers/cgi-mode.t
t/headers/data/config.ini
t/headers/data/templates/actions.tt2
t/headers/data/templates/response/read.tt2
t/headers/data/templates/response/read_csv.tt2
t/headers/data/templates/response/read_json.tt2
t/headers/data/templates/response/read_xml.tt2
t/headers/data/templates/response/update.tt2
t/headers/data/templates/response/update_csv.tt2
t/headers/data/templates/response/update_json.tt2
t/headers/data/templates/response/update_xml.tt2
t/headers/data/templates/response/warnings.tt2
t/headers/lib/t/model/response.pm
t/headers/lib/t/view/no_model.pm
t/headers/lib/t/view/response.pm
t/lib/Net/LDAP.pm
t/lib/t/dbh.pm
t/lib/t/model.pm
t/lib/t/model/attribute.pm
t/lib/t/model/derived.pm
t/lib/t/model/derived_attr.pm
t/lib/t/model/derived_child.pm
t/lib/t/model/derived_parent.pm
t/lib/t/model/derived_status.pm
t/lib/t/model/status.pm
t/lib/t/model/touchy.pm
t/lib/t/request.pm
t/lib/t/user/admin.pm
t/lib/t/user/basic.pm
t/lib/t/util.pm
t/lib/t/view/derived.pm
t/lib/t/view/error.pm
t/lib/t/view/touchy.pm
t/model/10-model.t
t/model/deprecated.t
t/util/30-util.t
t/util/singleton.t
t/view/20-view.t
t/view/entity-with-slashes.t
t/view/error.t
t/view/postdata.t
META.yml
META.json