libhttp-cookiejar-perl 0.007-1 source package in Ubuntu

Changelog

libhttp-cookiejar-perl (0.007-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 0.007.
  * Drop use_test-mocktime.patch, not needed anymore.
    Also drop build dependency on libtest-mocktime-perl.
  * debian/libhttp-cookiejar-perl.docs: rename file.
  * Update years of packaging copyright. Add upstream copyright year.
  * Mark package as autopkgtest-able.
  * Fix typo in alternative build dependency. Thanks to cme.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sun, 18 Oct 2015 17:05:33 +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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-cookiejar-perl_0.007-1.dsc 2.3 KiB 763bfb2609ace77b85c8e42dc3df3fe2b0a3d7a3d289897f2544d3eb123182de
libhttp-cookiejar-perl_0.007.orig.tar.gz 27.9 KiB b3fd8073a204140b0ac440c185339289108e3eba32f8b0815111c672f201b660
libhttp-cookiejar-perl_0.007-1.debian.tar.xz 2.2 KiB 0779e0906f3d0831a08c761fa540315a4e4626ee9d164e749b34de85a8ead318

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.