perl-HTTP-Cookies: remove long_desc.

This commit is contained in:
Juan RP 2014-02-22 09:16:10 +01:00
parent fc3f366154
commit b0e9180c6b
1 changed files with 2 additions and 17 deletions

View File

@ -1,8 +1,8 @@
# Template build file for 'perl-HTTP-Cookies'.
pkgname=perl-HTTP-Cookies
version=6.01
revision=1
wrksrc="HTTP-Cookies-$version"
revision=2
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl-HTTP-Message"
@ -14,18 +14,3 @@ homepage="http://search.cpan.org/dist/HTTP-Cookies"
license="GPL-2"
distfiles="${CPAN_SITE}/HTTP/HTTP-Cookies-$version.tar.gz"
checksum=f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20
long_desc="
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. For more
information about cookies refer to http://curl.haxx.se/rfc/cookie_spec.html
and http://www.cookiecentral.com/. This module also implements the new style
cookies described in RFC 2965. The two variants of cookies are supposed to be
able to coexist happily.
Instances of the class HTTP::Cookies are able to store a collection of
Set-Cookie2: and Set-Cookie: headers and are able to use this information to
initialize Cookie-headers in HTTP::Request objects. The state of a
HTTP::Cookies object can be saved in and restored from files."