The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for HTTP-CookieMonster

0.04 2012-09-19
    - Now using BUILDARGS to accept just one argument when creating new
      HTTP::CookieMonster object
    - Adds cookies() function for quick read-only cookie access

0.03 2012-08-23
    - all_cookies() now returns an ARRAY rather than ARRAYREF, but will still
      return the reference if not called in list context
    - all_cookies() is now a regular method rather than an accessor

0.02 2012-08-21
    - Fixes errors in Pod
    - Fixes internal cookie setting

0.01 2012-08-21
    - Initial release