Codebase list libhttp-cookiejar-perl / 88d5313
After release: bump $VERSION and timestamp Changes David Golden 2 years ago
4 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Revision history for HTTP-CookieJar
11
22 {{$NEXT}}
3
4 0.012 2021-06-16 05:34:31-04:00 America/New_York
35
46 - No changes from 0.011
57
3232 "URI" => 0,
3333 "lib" => 0
3434 },
35 "VERSION" => "0.012",
35 "VERSION" => "0.013",
3636 "test" => {
3737 "TESTS" => "t/*.t"
3838 }
33
44 package HTTP::CookieJar::LWP;
55 # ABSTRACT: LWP adapter for HTTP::CookieJar
6 our $VERSION = '0.012';
6 our $VERSION = '0.013';
77
88 use parent 'HTTP::CookieJar';
99
33
44 package HTTP::CookieJar;
55 # ABSTRACT: A minimalist HTTP user agent cookie jar
6 our $VERSION = '0.012';
6 our $VERSION = '0.013';
77
88 use Carp ();
99 use HTTP::Date ();