libhash-merge-simple-perl 0.051-3 source package in Ubuntu

Changelog

libhash-merge-simple-perl (0.051-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Apply multi-arch hints. + libhash-merge-simple-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 11:50:02 +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
libhash-merge-simple-perl_0.051-3.dsc 2.2 KiB 7e1c0e342bd207ef9c29dba87a4261a7980175df933ce70fe6dc15b23d06ca82
libhash-merge-simple-perl_0.051.orig.tar.gz 4.1 KiB 1c56327873d2f04d5722777f044863d968910466997740d55a754071c6287b73
libhash-merge-simple-perl_0.051-3.debian.tar.xz 2.5 KiB 3ee571e637d20d01192a1f12d3269bf13fc468d281b8407e418c20d90a38d0da

Available diffs

No changes file available.

Binary packages built by this source

libhash-merge-simple-perl: Perl module to easily merge two or more hashes

 Hash::Merge::Simple will recursively merge two or more hashes and return the
 result as a new hash reference. The merge function will descend and merge
 hashes that exist under the same node in both the left and right hash, but
 doesn't attempt to combine arrays, objects, scalars, or anything else. The
 rightmost hash also takes precedence, replacing whatever was in the left hash
 if a conflict occurs.
 .
 This code is based on Catalyst::Utils, but was modified to handle merging more
 than two hashes simultaneously.