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

Changes for version 0.04

  • reorganized tests using subtest() function exported by Test::More
  • doesn't overload '""' (stringify) with as_string() because this module isn't the replacement of CGI::header() function. I think CGI::header() should be used to stringify header hash references in most cases.
  • each() doesn't stringify values (cf. HTTP::Headers->scan), and so the callback function will receive raw CGI::Cookie objects.
  • On the other hand, flatten() forces stringification. flatten() may be called to generate PSGI-compatible header array references.

Modules

Adapter for CGI::header() function