Changes for version 0.34 - 2026-08-24

  • Add render_file feature
  • Improve testing of request/response
  • $response->last to eventually replace $response->stop (more consistent naming with $response->next)
  • Add more uri utilities and related tests and pod (with new tests integrating request, router, and app_base)
  • Avoid testing that requires TCP if unable a simple TCP connection
  • BUGFIX: Fix double slashes in generated urls

Documentation

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