libhttp-cookies-perl 6.07-1 source package in Ubuntu

Changelog

libhttp-cookies-perl (6.07-1) unstable; urgency=medium

  * Import upstream version 6.07.
  * Drop Cookies.pm-die-if-close-on-fh-in-save-fails.patch
    which was taken from the upstream Git repo.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Annotate test-only build dependencies with <!nocheck>.
  * Drop ancient Breaks/Replaces.

 -- gregor herrmann <email address hidden>  Sun, 24 Nov 2019 17:36:47 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-cookies-perl_6.07-1.dsc 2.4 KiB 7028f11fd19936162af426e426a9ff6b911b7f25d5434f3cc6970eb96b4dd1a7
libhttp-cookies-perl_6.07.orig.tar.gz 40.2 KiB 6a2f8cde56074c9dc5b46a143975f19b981d0569f1d4dc5e80567d6aab3eea2a
libhttp-cookies-perl_6.07-1.debian.tar.xz 2.8 KiB bedd5b6d623b5145a27636844b3abbe5e0265e59d8109ff997f051789af0d5b0

Available diffs

No changes file available.

Binary packages built by this source

libhttp-cookies-perl: HTTP cookie jars

 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
 <URL:http://curl.haxx.se/rfc/cookie_spec.html> and
 <URL:http://www.cookiecentral.com/>. HTTP::Cookies 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.