summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-cookies/README
diff options
context:
space:
mode:
author LukenShiro2011-12-14 21:18:25 +0100
committer Niels Horn2011-12-18 03:07:50 +0100
commit32df864ea41e729974b83a4debf8de95be6cc861 (patch)
treed70ce2212c901fffe45af5b5a253cac3e7f25a17 /perl/perl-http-cookies/README
parent4bad9fd593ebc074e9c0c0261386cf728091d102 (diff)
downloadslackbuilds-32df864ea41e729974b83a4debf8de95be6cc861.tar.gz
perl/perl-http-cookies: Added (HTTP cookie jars)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-cookies/README')
-rw-r--r--perl/perl-http-cookies/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-http-cookies/README b/perl/perl-http-cookies/README
new file mode 100644
index 0000000000..6d82ec28ea
--- /dev/null
+++ b/perl/perl-http-cookies/README
@@ -0,0 +1,8 @@
+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.