Changes for version 0.26 - 2026-03-18
- First CPAN release
Modules
Utilities for PlackX::Framework
A thin framework for PSGI/Plack web apps.
A subclass of Plack::Request
Subclass of Plack::Response for PlackX::Framework
Parse routes and export DSL for PXF apps
Use templates in a PlackX::Framework app.
Extended URI class.
Provides
in lib/PlackX/Framework/Config.pm
in lib/PlackX/Framework/Handler.pm
in lib/PlackX/Framework/Role/TemplateEngine.pm
Examples
- 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