소스 검색

Update push script for Mojo changes

 - http://mojolicio.us/perldoc/Mojo/UserAgent/CookieJar.txt
Joe Ferguson 11 년 전
부모
커밋
f01231d766
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      push.pl

+ 1 - 1
push.pl

@@ -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