PlackX-Framework 0.26 Latest
Files
- Build.PL
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- README.md
- cpanfile
- examples/app-change-keyword/app.psgi
- examples/app-change-keyword/lib/MyApp.pm
- examples/app-change-keyword/lib/MyApp/Router.pm
- examples/app-larger/app.psgi
- examples/app-larger/lib/MyApp.pm
- examples/app-larger/lib/MyApp/Controllers.pm
- examples/app-larger/lib/MyApp/GlobalFilters.pm
- examples/app-larger/templates/feedback-thanks.html
- examples/app-larger/templates/feedback.html
- examples/app-larger/templates/index.html
- examples/app-larger/templates/layout.html
- examples/app-with-config1/app.psgi
- examples/app-with-config1/config.pl
- examples/app-with-config2/app.psgi
- examples/app-with-config2/config.pl
- examples/app-with-config2/lib/MyApp.pm
- examples/app-with-config2/lib/MyApp/Config.pm
- examples/app-with-custom-template-system/app.psgi
- examples/app-with-custom-template-system/percent-templates/main.html
- examples/app-with-template-and-config/app.psgi
- examples/app-with-template-and-config/config.pl
- examples/app-with-template-and-config/lib/MyApp.pm
- examples/app-with-template-and-config/lib/MyApp/Config.pm
- examples/app-with-template-and-config/tmpl/config.phtml
- examples/app-with-template-and-config/tmpl/example.phtml
- examples/app-with-template-and-config/tmpl/not_found.phtml
- examples/app-with-template/app.psgi
- examples/app-with-template/templates/index.phtml
- examples/app-with-template/templates/user.phtml
- examples/single-file-apps/form-app.psgi
- examples/single-file-apps/hello-world.psgi
- examples/single-file-apps/streaming-app.psgi
- lib/PXF/Util.pm
- lib/PlackX/Framework.pm
- lib/PlackX/Framework/Config.pm
- lib/PlackX/Framework/Handler.pm
- lib/PlackX/Framework/Request.pm
- lib/PlackX/Framework/Response.pm
- lib/PlackX/Framework/Role/RouterEngine.pm
- lib/PlackX/Framework/Role/TemplateEngine.pm
- lib/PlackX/Framework/Router.pm
- lib/PlackX/Framework/Router/Engine.pm
- lib/PlackX/Framework/Template.pm
- lib/PlackX/Framework/URIx.pm
- minil.toml
- t/00_pxf_require.t
- t/01_pxf_export.t
- t/02_pxf_app.t
- t/03_pxf_examples.t
- t/04_pxf_streaming.t
- t/config.t
- t/handler.t
- t/request.t
- t/response.t
- t/router.t
- t/template.t
- t/tlib/BrokenTest.pm
- t/tlib/MyApp.pm
- t/tsupport/config.json
- t/tsupport/config.pl
- t/urix.t
- t/util.t