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

Changes for version 0.15

  • Add env() which defaults to \%ENV. new() receives an additional argument which determines the value of the attribute. my $header = CGI::Header->new({ -type => 'text/plain' }, \%ENV); $header->env; # => \%ENV
  • INTERNALS
    • Add psgi_headers.t which requires CGI::PSGI
    • new() returns an object based on a blessed hash.

Modules

Adapter for CGI::header() function