libmultidimensional-perl 0.010-1build3 source package in Ubuntu

Changelog

libmultidimensional-perl (0.010-1build3) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <email address hidden>  Fri, 18 Dec 2015 15:17:52 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libmultidimensional-perl_0.010.orig.tar.gz 11.2 KiB 5150f7b2d1eddcfaaa53f0754cfc108757422ce5cb94a8e0ab020bc578f7a4a7
libmultidimensional-perl_0.010-1build3.debian.tar.xz 1.9 KiB 5bea31d86bcf31adcfaceece106b9939f928cc710df69a89b9644532c269dbb1
libmultidimensional-perl_0.010-1build3.dsc 2.2 KiB 1f0e5230eabc8d43cb7c5a63b6a676029dfd9f77ef8ce3f90d5a5c35d317795d

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 multidmensional 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 package libmultidimensional-perl

 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 multidmensional array emulation a
 fatal error at compile time. To enable it, simply say
 .
    no multidimensional;
 .
 at the beginning of your script.