The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL
CHANGES
example/lite_app/conf/app.conf
example/lite_app/lite_app.pl
example/lite_app/mod/vendor/module/lib/Vendor/Module.pm
example/my_app/conf/app.conf
example/my_app/lib/MyApp.pm
example/my_app/lib/MyApp/Example.pm
example/my_app/mod/vendor/module/assets/css/style.css
example/my_app/mod/vendor/module/assets/vendor/module/css/style.css
example/my_app/mod/vendor/module/lib/Vendor/Module.pm
example/my_app/public/assets/css/style.css
example/my_app/public/assets/vendor/module/css/style.css
example/my_app/public/index.html
example/my_app/script/my_app
example/my_app/t/basic.t
example/my_app/templates/example/welcome.html.ep
example/my_app/templates/layouts/default.html.ep
lib/Mojolicious/Command/generate/module.pm
lib/Mojolicious/Plugin/Module.pm
lib/Mojolicious/Plugin/Module/Abstract.pm
lib/Mojolicious/Plugin/Module/Assets.pm
lib/Mojolicious/Plugin/Module/Manager.pm
LICENSE
Makefile.PL
MANIFEST			This list of files
META.json
META.yml
README
t/00-load.t
t/01-my_app.t
t/02-lite_app.t
t/apps/lite_app/config/application.yaml
t/apps/lite_app/module/vendor/module/lib/Vendor/Module.pm
t/apps/my_app/conf/application.yaml
t/apps/my_app/lib/MyApp.pm
t/apps/my_app/lib/MyApp/Example.pm
t/apps/my_app/mod/vendor/module/assets/css/style.css
t/apps/my_app/mod/vendor/module/assets/vendor/module/css/style.css
t/apps/my_app/mod/vendor/module/lib/Vendor/Module.pm
t/apps/my_app/public/index.html
t/apps/my_app/script/my_app
t/apps/my_app/t/basic.t
t/apps/my_app/templates/example/welcome.html.ep
t/apps/my_app/templates/layouts/default.html.ep