The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.21

  • CGI::Header::PSGI
    • psgi_header() is compatible with CGI::Simple's header() method. Namely, psgi_header() can be configured by no_cache() method. If no_cache() isn't available, that method will be ignored simply. And so psgi_header() is compatible with CGI.pm as well.
    • I'm not sure about whether to use Role::Tiny ;)
    • [BUG FIX] psgi_redirect() invokes self_url(), not url()
    • Imports CGI::PSGI's psgi_headers.t and redirect.t

Modules

Adapter for CGI::header() function
Mixin to generate PSGI response headers