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

0.005     2013-08-03 21:41:10 America/New_York

    [FIXED]

    - Fixed test failure under hash randomization

0.004     2013-04-23 22:24:25 America/New_York

    [REMOVED]

    - Removed test dependency on HTTP::Request/Response; The LWP adapter
      test will only be run if they are already available

0.003     2013-03-07 17:49:40 America/New_York

    [FIXED]

    - Another attempt to avoid test failures on older, 32-bit Perls

0.002     2013-03-07 06:12:04 America/New_York

    [FIXED]

    - Won't warn about undefined value for length on empty cookie on old Perls

    - Requires Time::Local 1.1901 to fix Y2038 bug on old Perls

0.001     2013-02-13 16:41:24 America/New_York

    - First release