Codebase list libhttp-cookiejar-perl / fc5e61a
Import upstream version 0.012 Debian Janitor 2 years ago
13 changed file(s) with 77 addition(s) and 32 deletion(s). Raw diff Collapse all Expand all
00 Revision history for HTTP-CookieJar
1
2 0.012 2021-06-16 05:34:31-04:00 America/New_York
3
4 - No changes from 0.011
5
6 0.011 2021-06-15 19:29:51-04:00 America/New_York (TRIAL RELEASE)
7
8 [FIXED]
9
10 - Pushed test cookie expiration dates from 2021 to 2041.
11 If I'm still maintaining this module in 2041, I'll bump
12 them again then.
113
214 0.010 2020-09-20 11:28:49-04:00 America/New_York
315
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.020.
11 CONTRIBUTING.mkdn
22 Changes
33 LICENSE
2424 tidyall.ini
2525 xt/author/00-compile.t
2626 xt/author/critic.t
27 xt/author/distmeta.t
2728 xt/author/minimum-version.t
2829 xt/author/pod-coverage.t
2930 xt/author/pod-spell.t
3031 xt/author/pod-syntax.t
3132 xt/author/portability.t
3233 xt/author/test-version.t
33 xt/release/distmeta.t
33 "David Golden <dagolden@cpan.org>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010",
6 "generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "apache_2_0"
99 ],
8989 "provides" : {
9090 "HTTP::CookieJar" : {
9191 "file" : "lib/HTTP/CookieJar.pm",
92 "version" : "0.010"
92 "version" : "0.012"
9393 },
9494 "HTTP::CookieJar::LWP" : {
9595 "file" : "lib/HTTP/CookieJar/LWP.pm",
96 "version" : "0.010"
96 "version" : "0.012"
9797 }
9898 },
9999 "release_status" : "stable",
108108 "web" : "https://github.com/dagolden/HTTP-CookieJar"
109109 }
110110 },
111 "version" : "0.010",
111 "version" : "0.012",
112112 "x_authority" : "cpan:DAGOLDEN",
113113 "x_contributors" : [
114114 "Dan Book <grinnz@grinnz.com>",
115115 "David Golden <xdg@xdg.me>",
116116 "jvolkening <jdv@base2bio.com>"
117117 ],
118 "x_generated_by_perl" : "v5.32.0",
119 "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
118 "x_generated_by_perl" : "v5.34.0",
119 "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
120120 "x_spdx_expression" : "Apache-2.0"
121121 }
122122
1515 ExtUtils::MakeMaker: '6.17'
1616 perl: '5.008001'
1717 dynamic_config: 0
18 generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010'
18 generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010'
1919 license: apache
2020 meta-spec:
2121 url: http://module-build.sourceforge.net/META-spec-v1.4.html
3232 provides:
3333 HTTP::CookieJar:
3434 file: lib/HTTP/CookieJar.pm
35 version: '0.010'
35 version: '0.012'
3636 HTTP::CookieJar::LWP:
3737 file: lib/HTTP/CookieJar/LWP.pm
38 version: '0.010'
38 version: '0.012'
3939 recommends:
4040 Mozilla::PublicSuffix: '0'
4141 requires:
5050 bugtracker: https://github.com/dagolden/HTTP-CookieJar/issues
5151 homepage: https://github.com/dagolden/HTTP-CookieJar
5252 repository: https://github.com/dagolden/HTTP-CookieJar.git
53 version: '0.010'
53 version: '0.012'
5454 x_authority: cpan:DAGOLDEN
5555 x_contributors:
5656 - 'Dan Book <grinnz@grinnz.com>'
5757 - 'David Golden <xdg@xdg.me>'
5858 - 'jvolkening <jdv@base2bio.com>'
59 x_generated_by_perl: v5.32.0
59 x_generated_by_perl: v5.34.0
6060 x_serialization_backend: 'YAML::Tiny version 1.73'
6161 x_spdx_expression: Apache-2.0
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.020.
11 use strict;
22 use warnings;
33
3333 "URI" => 0,
3434 "lib" => 0
3535 },
36 "VERSION" => "0.010",
36 "VERSION" => "0.012",
3737 "test" => {
3838 "TESTS" => "t/*.t"
3939 }
11 HTTP::CookieJar - A minimalist HTTP user agent cookie jar
22
33 VERSION
4 version 0.010
4 version 0.012
55
66 SYNOPSIS
77 use HTTP::CookieJar;
165165
166166 * Mojo::UserAgent::CookieJar
167167
168 SUPPORT
169 Bugs / Feature Requests
170 Please report any bugs or feature requests through the issue tracker at
171 <https://github.com/dagolden/HTTP-CookieJar/issues>. You will be
172 notified automatically of any progress on your issue.
173
174 Source Code
175 This is open source software. The code repository is available for
176 public review and contribution under the terms of the license.
177
178 <https://github.com/dagolden/HTTP-CookieJar>
179
180 git clone https://github.com/dagolden/HTTP-CookieJar.git
181
168182 AUTHOR
169183 David Golden <dagolden@cpan.org>
170184
0 # This file is generated by Dist::Zilla::Plugin::CPANFile v6.015
0 # This file is generated by Dist::Zilla::Plugin::CPANFile v6.020
11 # Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
22
33 requires "Carp" => "0";
33
44 package HTTP::CookieJar::LWP;
55 # ABSTRACT: LWP adapter for HTTP::CookieJar
6 our $VERSION = '0.010';
6 our $VERSION = '0.012';
77
88 use parent 'HTTP::CookieJar';
99
8787
8888 =head1 VERSION
8989
90 version 0.010
90 version 0.012
9191
9292 =head1 SYNOPSIS
9393
33
44 package HTTP::CookieJar;
55 # ABSTRACT: A minimalist HTTP user agent cookie jar
6 our $VERSION = '0.010';
6 our $VERSION = '0.012';
77
88 use Carp ();
99 use HTTP::Date ();
387387
388388 =head1 VERSION
389389
390 version 0.010
390 version 0.012
391391
392392 =head1 SYNOPSIS
393393
597597
598598 =back
599599
600 =for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
601
602 =head1 SUPPORT
603
604 =head2 Bugs / Feature Requests
605
606 Please report any bugs or feature requests through the issue tracker
607 at L<https://github.com/dagolden/HTTP-CookieJar/issues>.
608 You will be notified automatically of any progress on your issue.
609
610 =head2 Source Code
611
612 This is open source software. The code repository is available for
613 public review and contribution under the terms of the license.
614
615 L<https://github.com/dagolden/HTTP-CookieJar>
616
617 git clone https://github.com/dagolden/HTTP-CookieJar.git
618
600619 =head1 AUTHOR
601620
602621 David Golden <dagolden@cpan.org>
3737
3838 subtest "expiration" => sub {
3939 $jar->clear;
40 $jar->add( $req, "lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT" );
40 $jar->add( $req, "lang=en-US; Expires=Sun, 09 Jun 2041 10:18:14 GMT" );
4141 is( $jar->cookie_header($req), "lang=en-US" );
4242 $jar->add( $req, "lang=; Expires=Sun, 06 Nov 1994 08:49:37 GMT" );
4343 is( $jar->cookie_header($req), "" );
8282 }
8383 },
8484 {
85 cookie => "lang=en-US; Expires = Wed, 09 Jun 2021 10:18:14 GMT",
85 cookie => "lang=en-US; Expires = Sun, 09 Jun 2041 10:18:14 GMT",
8686 parse => {
8787 name => "lang",
8888 value => "en-US",
89 expires => 1623233894,
89 expires => 2254385894,
9090 }
9191 },
9292 {
93 cookie => "lang=en-US; Expires = Wed, 09 Jun 2021 10:18:14 GMT; Max-Age=3600",
93 cookie => "lang=en-US; Expires = Sun, 09 Jun 2041 10:18:14 GMT; Max-Age=3600",
9494 parse => {
9595 name => "lang",
9696 value => "en-US",
97 expires => 1623233894,
97 expires => 2254385894,
9898 'max-age' => 3600,
9999 }
100100 },
0 #!perl
1 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
2
3 use Test::CPAN::Meta;
4
5 meta_yaml_ok();
+0
-6
xt/release/distmeta.t less more
0 #!perl
1 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
2
3 use Test::CPAN::Meta;
4
5 meta_yaml_ok();