mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
32df864ea4
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
8 lines
406 B
Text
8 lines
406 B
Text
This class is for objects that represent a "cookie jar" -- that is,
|
|
a database of all the HTTP cookies that a given LWP::UserAgent
|
|
object knows about. Cookies are a general mechanism which server
|
|
side connections can use to both store and retrieve information on
|
|
the client side of the connection.
|
|
|
|
This requires perl-http-message, perl-encode-locale, perl-uri-escape,
|
|
perl-http-date and perl-html-parser.
|