libarray-diff-perl 0.09-2 source package in Ubuntu

Changelog

libarray-diff-perl (0.09-2) unstable; urgency=medium

  [ Debian Janitor ]
  * 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.

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 01:09:05 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-diff-perl_0.09-2.dsc 2.2 KiB 4dedc7d2b19a9008f5edb974b6e825fb3abd294569cda527dabc393fbae0641e
libarray-diff-perl_0.09.orig.tar.gz 11.1 KiB 8006392e9861e741537c2bbc9116c8e42b962f2e07e8d641a2ff6a11c6445077
libarray-diff-perl_0.09-2.debian.tar.xz 2.6 KiB 91314f556580836d880dd9c5849cc081da372dd36537680fd074c91f44e7b5fb

Available diffs

No changes file available.

Binary packages built by this source

libarray-diff-perl: Perl module to find the differences between two arrays

 The Array::Diff module compares two arrays and determines which elements
 have been removed or added. Its interface is straightforward, solving
 a simple problem in a simple way; for those who need more features,
 there is always the Array::Compare module.