libstruct-compare-perl 1.0.1-5 source package in Ubuntu

Changelog

libstruct-compare-perl (1.0.1-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libstruct-compare-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 17:59:58 +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
libstruct-compare-perl_1.0.1-5.dsc 2.1 KiB 48f429d20efbb96d32823a8beb292d149a61c85b472cce76f3333fec42276135
libstruct-compare-perl_1.0.1.orig.tar.gz 3.3 KiB e82d36c915372b7d1ac2395e26ba908755adccf8887d6d666bfbfa7087833bdc
libstruct-compare-perl_1.0.1-5.debian.tar.xz 3.2 KiB b1c94733910ff4d4019f2b8f2aa392d0e1691119e7c89ad45748e9480db14561

Available diffs

No changes file available.

Binary packages built by this source

libstruct-compare-perl: Perl module providing recursive diff for perl structures

 Struct::Compare compares two values of any type and structure and returns
 true if they are the same. It does a deep comparison of the structures,
 so a hash of a hash of a whatever will be compared correctly.
 .
 This is especially useful for writing unit tests for your modules!