]>
author | Damyan Ivanov <dmn@debian.org> | |
Wed, 9 Feb 2022 06:31:09 +0000 (06:31 +0000) | ||
committer | Damyan Ivanov <dmn@debian.org> | |
Wed, 9 Feb 2022 06:31:09 +0000 (06:31 +0000) | ||
commit | b28adff9a0ae8c3359e2bcf315479b46ad90306b | |
tree | d1cbc8736d19b4505d98ed361ddf63c6529cc759 | tree | snapshot |
parent | a50686a07cedc9ab0a800b4897757b24d593c444 | commit | diff |
Dockerfile | [new file with mode: 0644] | blob |
MANIFEST | [new file with mode: 0644] | blob |
MANIFEST.SKIP | [new file with mode: 0644] | blob |
Makefile.PL | [new file with mode: 0644] | blob |
bin/app.psgi | [new file with mode: 0755] | blob |
config.yml | [new file with mode: 0644] | blob |
cpanfile | [new file with mode: 0644] | blob |
environments/development.yml | [new file with mode: 0644] | blob |
environments/production.yml | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/API.pm | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/API/v1.pm | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/Schema.pm | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/Schema/Result/Globals.pm | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/Schema/Result/ShoppingList.pm | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/Schema/Result/ShoppingListItem.pm | [new file with mode: 0644] | blob |
lib/App/LazyShoppingList/Web.pm | [new file with mode: 0644] | blob |
lib/Dancer2/Plugin/DBIC.pm | [new file with mode: 0644] | blob |
public/404.html | [new file with mode: 0644] | blob |
public/500.html | [new file with mode: 0644] | blob |
public/css/error.css | [new file with mode: 0644] | blob |
public/css/style.css | [new file with mode: 0644] | blob |
public/dispatch.cgi | [new file with mode: 0755] | blob |
public/dispatch.fcgi | [new file with mode: 0755] | blob |
public/favicon.ico | [new file with mode: 0644] | blob |
public/images/perldancer-bg.jpg | [new file with mode: 0644] | blob |
public/images/perldancer.jpg | [new file with mode: 0644] | blob |
public/javascripts/jquery.js | [new file with mode: 0644] | blob |
sql/schema/init.sql | [new file with mode: 0644] | blob |
t/001_base.t | [new file with mode: 0644] | blob |
t/002_index_route.t | [new file with mode: 0644] | blob |
views/index.tt | [new file with mode: 0644] | blob |
views/layouts/main.tt | [new file with mode: 0644] | blob |