Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
HTTP::Cookies::iCab - Cookie storage and management for iCab
SYNOPSIS
use HTTP::Cookies::iCab;
$cookie_jar = HTTP::Cookies::iCab->new;
# otherwise same as HTTP::Cookies
DESCRIPTION
This package overrides the load() and save() methods of HTTP::Cookies so it can work with iCab cookie files.
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>
COPYRIGHT
Copyright 2003-2005, brian d foy, All rights reserved
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.