libmail-field-received-perl 0.26-1.1 source package in Ubuntu

Changelog

libmail-field-received-perl (0.26-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 15:49:39 +0100

Upload details

Uploaded by:
Dominic Hargreaves
Uploaded to:
Sid
Original maintainer:
Dominic Hargreaves
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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmail-field-received-perl_0.26-1.1.dsc 1.9 KiB c5f7f382958e511c31ef86518d838c4aa6341759d470203948a9f1965a698c9e
libmail-field-received-perl_0.26.orig.tar.gz 9.9 KiB 45a2b39fd48cf4d247f6c8649b2aa99dfba2a238c184e2f7e41b45c6f8b63f67
libmail-field-received-perl_0.26-1.1.debian.tar.xz 2.1 KiB bb6010cda7e50c8706becc27f5880122b06b88e98476a65ed9347fb3802982ad

Available diffs

No changes file available.

Binary packages built by this source

libmail-field-received-perl: mostly RFC822-compliant parser of Received headers

 Don't use this class directly! Instead ask Mail::Field for new
 instances based on the field name!
 .
 Mail::Field::Received provides subroutines for parsing Received
 headers from e-mails. It mostly complies with RFC822, but deviates to
 accommodate a number of broken MTAs which are in common use. It also
 attempts to extract useful information which MTAs often embed within
 the (comments).
 .
 It is a subclass derived from the Mail::Field and Mail::Field::Generic
 classes.