libmultidimensional-perl 0.014-2 source package in Ubuntu

Changelog

libmultidimensional-perl (0.014-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * 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).

  [ gregor herrmann ]
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libmultidimensional-perl: Add Multi-Arch: same.

  [ gregor herrmann ]
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 14 Aug 2022 18:26:41 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmultidimensional-perl_0.014-2.dsc 2.4 KiB d84662a6f955ea5fe056e37522edd8f0042dedd008be65e089d0d5264a4ebd71
libmultidimensional-perl_0.014.orig.tar.gz 65.4 KiB 12eb14317447bd15ab9799677db9eda20e784d8b113e44a5f6f11f529e862c5f
libmultidimensional-perl_0.014-2.debian.tar.xz 2.6 KiB 2bb135e7bb47cc8f2f0172c8108f7db111fab1ba9c62ee2efcb781601fb440d9

No changes file available.

Binary packages built by this source

libmultidimensional-perl: Perl pragma to disable multidimensional array emulation

 Perl's multidimensional array emulation stems from the days before the
 language had references, but these days it mostly serves to bite you
 when you typo a hash slice by using the $ sigil instead of @.
 .
 This module lexically makes using multidimensional array emulation a
 fatal error at compile time. To enable it, simply say
 .
    no multidimensional;
 .
 at the beginning of your script.

libmultidimensional-perl-dbgsym: debug symbols for libmultidimensional-perl