libhttp-cookies-perl 6.04-2 source package in Ubuntu

Changelog

libhttp-cookies-perl (6.04-2) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org
  * Cookies.pm: die if close on $fh in ->save fails (Closes: #750850)
  * Set Rules-Requires-Root to no
  * debian/watch: Bump format to version 4
  * Bump Debhelper compat level to 12
  * Update debian/upstream/metadata
  * Declare compliance with Debian policy 4.4.1

 -- Salvatore Bonaccorso <email address hidden>  Sat, 05 Oct 2019 11:03:32 +0200

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.04-2.dsc 2.3 KiB 22f1145158866028b9e6439c00efcdde5577f0ce46e5bd2782be074c640739bf
libhttp-cookies-perl_6.04.orig.tar.gz 38.6 KiB 0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4
libhttp-cookies-perl_6.04-2.debian.tar.xz 3.1 KiB 3b8bbd5854ea68edca5fe0bd8c3255c8a6b060b346147e195b9901e79c97167d

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.