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

Changes for version 0.14

  • set() and delete() throw exceptions when the specified header field is read-only.
  • get() returns undef in the following situations:
    • $header->header; # => { -expires => q{}, ... } $header->get( 'Expires' ); # => undef
    • $header->header; # => { -p3p => q{}, ... } $header->get( 'P3P' ); # => undef
  • INTERNALS
    • id() is aliased to Scalar::Util::refaddr()

Modules

Adapter for CGI::header() function