Skip to content

Commit 6d9452a

Browse files
oaldersgenio
authored andcommitted
Remove support for MacOS Classic
1 parent 3304f7a commit 6d9452a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/HTTP/Cookies.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ our $VERSION = '6.05';
1212
require HTTP::Cookies::Netscape;
1313

1414
$EPOCH_OFFSET = 0; # difference from Unix epoch
15-
if ($^O eq "MacOS") {
16-
require Time::Local;
17-
$EPOCH_OFFSET = Time::Local::timelocal(0,0,0,1,0,70);
18-
}
1915

2016
# A HTTP::Cookies object is a hash. The main attribute is the
2117
# COOKIES 3 level hash: $self->{COOKIES}{$domain}{$path}{$key}.

0 commit comments

Comments
 (0)