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::Omniweb - Cookie storage and management for Omniweb
SYNOPSIS
use HTTP::Cookies::Omniweb;
$cookie_jar = HTTP::Cookies::Omniweb->new;
# otherwise same as HTTP::Cookies
DESCRIPTION
This package overrides the load()
and save()
methods of HTTP::Cookies so it can work with Omniweb cookie files.
See HTTP::Cookies.
BUGS
Although Omniweb declares that it uses a DTD, the URL to the DTD is dead.
Omniweb seems to not store the path for cookies unless it is not /, and sometimes it stores it as %2f. I haven't completely figured that out, so output files will not exactly match input files.
SOURCE AVAILABILITY
This code is in Github:
https://github.com/CPAN-Adoptable-Modules/HTTP-Cookies-Omniweb
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright © 2002-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.