diff --git a/t/examples.t b/t/examples.t index 755d9b2..3c032e6 100644 --- a/t/examples.t +++ b/t/examples.t @@ -38,7 +38,7 @@ subtest "wrong path" => sub { subtest "expiration" => sub { $jar->clear; - $jar->add( $req, "lang=en-US; Expires=Sun, 09 Jun 2041 10:18:14 GMT" ); + $jar->add( $req, "lang=en-US; Expires=Sun, 09 Jun 3061 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), "" );