-
Notifications
You must be signed in to change notification settings - Fork 7
/
Changes
96 lines (50 loc) · 2.09 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Revision history for HTTP-CookieJar
{{$NEXT}}
0.014 2022-07-25 09:45:56-04:00 America/New_York
- No changes from 0.013
0.013 2022-07-17 10:13:20-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Cookie last access time is updated when a cookie is retrieved; this has
no functional effect but is consistent with RFC 6265.
0.012 2021-06-16 05:34:31-04:00 America/New_York
- No changes from 0.011
0.011 2021-06-15 19:29:51-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- 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