The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
TAGS
bin/poet
eg/blog/README
eg/blog/bin/app.psgi
eg/blog/bin/get.pl
eg/blog/bin/install.sh
eg/blog/bin/purge_old_entries.pl
eg/blog/bin/run.pl
eg/blog/comps/Base.mc
eg/blog/comps/all_articles.mi
eg/blog/comps/article/display.mi
eg/blog/comps/article/publish.mp
eg/blog/comps/index.mc
eg/blog/comps/new_article.mc
eg/blog/conf/layer/development.cfg
eg/blog/conf/local.cfg
eg/blog/db/schema.sql
eg/blog/lib/Blog/Article.pm
eg/blog/lib/Blog/DB.pm
eg/blog/logs/poet.log
eg/blog/static/css/style.css
lib/Poet.pm
lib/Poet/App.pm
lib/Poet/App/Command.pm
lib/Poet/App/Command/new.pm
lib/Poet/App/Command/script.pm
lib/Poet/Cache.pm
lib/Poet/Conf.pm
lib/Poet/Environment.pm
lib/Poet/Environment/Generator.pm
lib/Poet/Import.pm
lib/Poet/Log.pm
lib/Poet/Manual.pod
lib/Poet/Manual/Configuring.pod
lib/Poet/Manual/Intro.pod
lib/Poet/Manual/Subclassing.pod
lib/Poet/Manual/Tutorial.pod
lib/Poet/Mason.pm
lib/Poet/Mason/Plugin.pm
lib/Poet/Mason/Plugin/Compilation.pm
lib/Poet/Mason/Plugin/Request.pm
lib/Poet/Mechanize.pm
lib/Poet/Moose.pm
lib/Poet/Plack/Request.pm
lib/Poet/Plack/Response.pm
lib/Poet/Script.pm
lib/Poet/Server.pm
lib/Poet/TAGS
lib/Poet/Test/Class.pm
lib/Poet/Tools.pm
lib/Poet/Types.pm
lib/Poet/Util/Debug.pm
lib/Poet/Util/File.pm
lib/Poet/Util/Web.pm
lib/Poet/t/App.pm
lib/Poet/t/Conf.pm
lib/Poet/t/Environment.pm
lib/Poet/t/Import.pm
lib/Poet/t/Log.pm
lib/Poet/t/NoLog4perl.pm
lib/Poet/t/PSGIHandler.pm
lib/Poet/t/Run.pm
lib/Poet/t/Script.pm
lib/Poet/t/Subclassing.pm
lib/Poet/t/Util.pm
perlcriticrc
share/generate.skel/DOT_poet_root
share/generate.skel/bin/app.psgi
share/generate.skel/bin/get.pl
share/generate.skel/bin/run.pl
share/generate.skel/bin/tmp/EMPTY
share/generate.skel/comps/Base.mc
share/generate.skel/comps/index.mc
share/generate.skel/comps/tmp/EMPTY
share/generate.skel/conf/dynamic/gen.pl
share/generate.skel/conf/global.cfg
share/generate.skel/conf/layer/development.cfg
share/generate.skel/conf/layer/production.cfg
share/generate.skel/conf/local.cfg
share/generate.skel/data/EMPTY
share/generate.skel/db/EMPTY
share/generate.skel/lib/MyApp/Conf.pm
share/generate.skel/lib/MyApp/Log.pm
share/generate.skel/lib/MyApp/Mason.pm
share/generate.skel/lib/MyApp/Mason/Compilation.pm
share/generate.skel/lib/MyApp/Mason/README
share/generate.skel/lib/MyApp/Mason/Request.pm
share/generate.skel/lib/MyApp/README
share/generate.skel/logs/EMPTY
share/generate.skel/static/css/style.css
share/generate.skel/static/errors/401.html
share/generate.skel/static/errors/403.html
share/generate.skel/static/errors/404.html
share/generate.skel/static/errors/500.html
share/generate.skel/static/images/EMPTY
share/generate.skel/static/js/EMPTY
share/generate.skel/t/EMPTY
t/App.t
t/Conf.t
t/Environment.t
t/Import.t
t/Log.t
t/PSGIHandler.t
t/Script.t
t/Subclassing.t
t/Util.t
t/author-NoLog4perl.t
t/author-NoLogAnyAdapterLog4perl.t
t/author-Run.t