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.011     2021-06-15 19:29:51-04:00 America/New_York (TRIAL RELEASE)

    - Pushed test cookie expiration dates from 2021 to 2041.
      If I'm still maintaining this module in 2041, I'll bump
      them again then.

0.010     2020-09-20 11:28:49-04:00 America/New_York

    - No changes from 0.009

0.009     2020-09-17 22:39:16-04:00 America/New_York (TRIAL RELEASE)

    [FIXED]

    - Fixed handling of edge case where Max-Age == 0

0.008     2015-11-06 22:48:19-05:00 America/New_York

    [PREREQS]

    - Dropped minimum Perl requirement to 5.8.1

0.007     2015-08-21 13:57:31-04:00 America/New_York

    [PREREQS]

    - Dropped Time::Mock dependency to allow building on Windows

    [META]

    - Modernized repo layout for newest DAGOLDEN Dist::Zilla bundle

0.006     2014-02-19 19:52:00-05:00 America/New_York

    [FIXED]

    - Fixed file encoding of test files

    [CHANGED]

    - Updated distribution repo URL and other meta files

    - Tidied test files

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