libhijk-perl 0.28-2 source package in Ubuntu

Changelog

libhijk-perl (0.28-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 18:41:17 +0000

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhijk-perl_0.28-2.dsc 2.1 KiB 02464a1a5758383a988e6517030cc7e7bd3aa4c8429f7c17b8e5105e19b9266f
libhijk-perl_0.28.orig.tar.gz 29.8 KiB 62f72c191b2b5ee55842a926fdec8c630ee663b32f0195644c45e435699bf03b
libhijk-perl_0.28-2.debian.tar.xz 3.2 KiB 8c4ad95fc231adf32a83976145ce9726f6fce7bd8085b02ba1514c9e505b799c

Available diffs

No changes file available.

Binary packages built by this source

libhijk-perl: simple perl module for easily accessing HTTP services

 Hijk is a specialized HTTP Client that does nothing but transport the response
 body back. It does not feature as a "user agent", but as a dumb client. It is
 suitable for connecting to data servers transporting via HTTP rather then web
 servers.
 .
 Most of HTTP features like proxy, redirect, Transfer-Encoding, or SSL are not
 supported at all. For those requirements there already are many good HTTP
 clients like HTTP::Tiny, Furl or LWP::UserAgent.