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

Changes for version 0.19

  • Add CGI::Header::PSGI which exports two methods on demand: psgi_header() and psgi_redirect().
    • use parent 'CGI'; use CGI::Header::PSGI qw(psgi_header psgi_redirect);
  • CGI::Header::PSGI helps you create your own CGI::PSGI-compatible class.
  • INCOMPATIBLE CHANGES
    • rehash() and new() rename '-uri' and '-url' to '-location'
    • flatten() and each() stringify CGI::Cookie objects by default.

Modules

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