libtext-header-perl 1.03+pristine-2 source package in Ubuntu

Changelog

libtext-header-perl (1.03+pristine-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on debhelper.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 20:07:11 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-header-perl_1.03+pristine-2.dsc 2.1 KiB 4ac6cf6c9fbe3ad53744a51c4c4914bf1f66aa65227d6f48327f40548f49e626
libtext-header-perl_1.03+pristine.orig.tar.gz 4.6 KiB 84cd282fd52066ed4240f41ba90e345e81670088667b46d40e58f000cd664856
libtext-header-perl_1.03+pristine-2.debian.tar.xz 2.8 KiB 6c635954dac2f4951108a78328c11d078efecce7165e90cb8bbdb09fc8622148

No changes file available.

Binary packages built by this source

libtext-header-perl: RFC 822/2068 header and unheader functions

 Text::Header provides two new functions, header and unheader,
 which provide general-purpose RFC 822 header construction and parsing.
 They do not provide any intelligent defaults of HTTP-specific methods.
 They are simply aimed at providing an easy means to address the
 mechanics of header parsing.
 .
 The output style is designed to mimic CGI.pm and HTTP::Headers,
 so that users familiar with these interfaces will feel at home with
 these functions.