Update push script for Mojo changes

- http://mojolicio.us/perldoc/Mojo/UserAgent/CookieJar.txt
This commit is contained in:
Joe Ferguson
2015-02-18 14:23:50 -08:00
parent f76bdf271f
commit f01231d766
+1 -1
View File
@@ -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