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

Changes for version 0.03002

  • push() is deprecated and will be removed in 0.04. Use push_cookie() or push_p3p() instead. Internally, push() was renamed to _push().
  • When we specify field names, we follow HTTP::Headers' way: "To make the life easier for perl users who wants to avoid quoting before the => operator, you can use '_' as a replacement for '-' in header names."
  • Added the following accessors:
    • attachment
    • charset
    • cookie
    • expires
    • nph
    • p3p
    • target
    • type

Modules

Missing interface to modify HTTP headers