NAME
Plagger::Cookies - cookie_jar factory class
SYNOPSIS
# config.yaml: Firefox's cookies.txt
global:
user_agent:
cookies: /path/to/cookies.txt
# or more verbosely
global:
user_agent:
cookies:
type: Safari
file: /path/to/Cookies.plist
autosave: 1
DESCRIPTION
Plagger::Cookies is a factory class to create HTTP::Cookies subclass instances by detecting the proper subclass using its filename (and possibly magic, if the filename format is share amongst multiple subclasses, eventually).
THANKS TO
Thanks to brian d foy and Gisle Aas for creating HTTP::Cookies::* subclass modules.
AUTHOR
Tatsuhiko Miyagawa
SEE ALSO
Plagger, HTTP::Cookies, HTTP::Cookies::Mozilla, HTTP::Cookies::Microsoft