Skip to content

Commit

Permalink
Merge 2f7ab36 into 8e443ec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard M. Wiedemann committed Feb 15, 2021
2 parents 8e443ec + 2f7ab36 commit ce4d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/examples.t
Expand Up @@ -38,7 +38,7 @@ subtest "wrong path" => sub {

subtest "expiration" => sub {
$jar->clear;
$jar->add( $req, "lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT" );
$jar->add( $req, "lang=en-US; Expires=Wed, 09 Jun 9999 10:18:14 GMT" );
is( $jar->cookie_header($req), "lang=en-US" );
$jar->add( $req, "lang=; Expires=Sun, 06 Nov 1994 08:49:37 GMT" );
is( $jar->cookie_header($req), "" );
Expand Down

0 comments on commit ce4d8ba

Please sign in to comment.