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

Changes for version 0.13

  • clear() and each() return the current object itself
  • set() returns the given value: $header->set( 'Foo' => 'bar' ); # => "bar"
  • BUG FIXES
    • Correct the following warning message: "Can't set '-content_type' to neither undef nor an empty string" This message was replaced with: "Can set '-content_type' to neither undef nor an empty string"
  • DOCUMENTATION
    • Add "Server" and "Date" to "LIMITATIONS"

Modules

Adapter for CGI::header() function