libhttp-cookiejar-perl 0.014-2 source package in Ubuntu

Changelog

libhttp-cookiejar-perl (0.014-2) unstable; urgency=medium

  * Add libmozilla-publicsuffix-perl as a test dependency and runtime
    recommendation and mention it in the long description.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Mon, 07 Aug 2023 17:13:21 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-cookiejar-perl_0.014-2.dsc 2.6 KiB ec62da098e67169da516ec275a41b15f68781df6e5d6d1a583c312ccf32499d5
libhttp-cookiejar-perl_0.014.orig.tar.gz 28.4 KiB 7094ea5c91f536d263b85e83ab4e9a963e11c4408ce08ecae553fa9c0cc47e73
libhttp-cookiejar-perl_0.014-2.debian.tar.xz 2.7 KiB 16ed2e207ba502c9a42700542d8f442640a7328aba224793b583d5a568acdc26

Available diffs

No changes file available.

Binary packages built by this source

libhttp-cookiejar-perl: minimalist HTTP user agent cookie jar

 HTTP::CookieJar implements a minimalist HTTP user agent cookie jar in
 conformance with RFC 6265|http://tools.ietf.org/html/rfc6265.
 .
 Unlike the commonly used HTTP::Cookies module, this module does not require
 use of HTTP::Request and HTTP::Response objects. An LWP-compatible adapter is
 available as HTTP::CookieJar::LWP.
 .
 If Mozilla::PublicSuffix (packaged as libmozilla-publicsuffix-perl) is
 installed, cookie domains will be checked against the public suffix list.
 Public suffix cookies are only allowed as host-only cookies.