brian d foy > HTTP-Cookies-Safari-1.13 > HTTP::Cookies::Safari

Download:
HTTP-Cookies-Safari-1.13.tar.gz

Dependencies

Annotate this POD

Related Modules

HTTP::Cookies
LWP::UserAgent
CGI::Session
more...
By perlmonks.org

CPAN RT

Open  0
Report a bug
Module Version: 1.13   Source   Latest Release: HTTP-Cookies-Safari-1.14

NAME ^

HTTP::Cookies::Safari - Cookie storage and management for Safari

SYNOPSIS ^

        use HTTP::Cookies::Safari;

        $cookie_jar = HTTP::Cookies::Safari->new;

        # otherwise same as HTTP::Cookies

DESCRIPTION ^

This package overrides the load() and save() methods of HTTP::Cookies so it can work with Safari cookie files.

Note: If the source Safari cookie file specifies and expiry date past the unix 32-bit epoch, this file changes the expiry date to 0xFFFFFFFF in unix seconds. That should be enough for anyone, at least to the next release.

See HTTP::Cookies.

SOURCE AVAILABILITY ^

This source is part of a SourceForge project which always has the latest sources in CVS, as well as all of the previous releases.

        http://sourceforge.net/projects/brian-d-foy/

If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

AUTHOR ^

brian d foy, <bdfoy@cpan.org>

CREDITS ^

Jon Orwant pointed out the problem with dates too far in the future

COPYRIGHT AND LICENSE ^

Copyright (c) 2003-2007 brian d foy. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.