The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL
Changes
MANIFEST
META.yml # Will be created by "make dist"
README
lib/MasonX/MiniMVC.pm
lib/MasonX/MiniMVC/Cookbook.pm
lib/MasonX/MiniMVC/Dispatcher.pm
lib/MasonX/MiniMVC/Installer.pm
script/minimvc-install
t/00-load.t
t/boilerplate.t
t/pod-coverage.t
t/pod.t
examples/library/autohandler
examples/library/dhandler
examples/library/index.mhtml
examples/library/lib/Library/Controller/Book/Recommendation.pm
examples/library/lib/Library/Controller/Book.pm
examples/library/lib/Library/Controller/Author.pm
examples/library/lib/Library/Model/README
examples/library/view/book/recommendation/default.mhtml
examples/library/view/book/recommendation/view.mhtml
examples/library/view/book/default.mhtml
examples/library/view/book/view.mhtml
examples/library/view/book/search_form.mhtml
examples/library/view/book/search_results.mhtml
examples/library/view/author/default.mhtml
examples/library/view/author/view.mhtml
examples/library/view/default.mhtml
examples/README