libparse-fixedlength-perl 5.39-3 source package in Ubuntu

Changelog

libparse-fixedlength-perl (5.39-3) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 10 Dec 2022 19:47:08 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-fixedlength-perl_5.39-3.dsc 2.2 KiB 3c93fcb4997311869ce700049ca85aef2e30888606fe57991ac44b16631f8cb6
libparse-fixedlength-perl_5.39.orig.tar.gz 15.7 KiB f073a26090a308982bdff9a00ff84e59419ca016b097dcaebc2f8da5bf2ccb53
libparse-fixedlength-perl_5.39-3.debian.tar.xz 2.2 KiB f5a763f708fcb0021f0566fffabae14b0d07f73a94d0bb2cea6a182d1eb35f70

Available diffs

No changes file available.

Binary packages built by this source

libparse-fixedlength-perl: Perl module to parse a string containing fixed length fields

 The Parse::FixedLength module facilitates the process of breaking
 a string into its fixed-length components. Sure, it's a glorified
 (and in some ways more limited) substitute for the perl functions pack and
 unpack, but this module helps in the maintainability of working with fixed
 length formats as the number of fields in a format grows.