SlackBuildsOrg/perl/perl-http-cookies
LukenShiro 8008e5de40 perl/perl-http-cookies: Updated for version 6.01.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-04-30 00:40:03 -05:00
..
perl-http-cookies.info perl/perl-http-cookies: Updated for version 6.01. 2012-04-30 00:40:03 -05:00
perl-http-cookies.SlackBuild perl/perl-http-cookies: Updated for version 6.01. 2012-04-30 00:40:03 -05:00
README
slack-desc perl/perl-http-cookies: Updated for version 6.01. 2012-04-30 00:40:03 -05:00

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.