libmultidimensional-perl 0.014-2build2 source package in Ubuntu

Changelog

libmultidimensional-perl (0.014-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:09:57 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.orig.tar.gz 65.4 KiB 12eb14317447bd15ab9799677db9eda20e784d8b113e44a5f6f11f529e862c5f
libmultidimensional-perl_0.014-2build2.debian.tar.xz 2.7 KiB 2e77842a1b52438750e7a10904ec3b31dcaf5bce63fc399f58128dc7ddb9263a
libmultidimensional-perl_0.014-2build2.dsc 2.2 KiB 15434780458c2a8772ea2f036a867e6fea36051e9827e1ace91259bfb5eac22a

Available diffs

View changes file

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