mirror of
https://github.com/clearlinux/docs.git
synced 2026-06-24 22:45:50 +00:00
Update push script for Mojo changes
- http://mojolicio.us/perldoc/Mojo/UserAgent/CookieJar.txt
This commit is contained in:
@@ -41,7 +41,7 @@ Mojo::Util::monkey_patch 'Mojo::UserAgent::CookieJar', find => sub {
|
||||
|
||||
# Check if cookie has expired
|
||||
my $expires = $cookie->expires;
|
||||
next if $expires && time > ($expires->epoch || 0);
|
||||
next if $expires && time > ($expires || 0);
|
||||
#push @$new, $cookie;
|
||||
|
||||
# Taste cookie
|
||||
|
||||
Reference in New Issue
Block a user