libmultidimensional-perl 0.010-1build2 source package in Ubuntu

Changelog

libmultidimensional-perl (0.010-1build2) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Thu, 21 Aug 2014 13:04:26 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
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.010.orig.tar.gz 11.2 KiB 5150f7b2d1eddcfaaa53f0754cfc108757422ce5cb94a8e0ab020bc578f7a4a7
libmultidimensional-perl_0.010-1build2.debian.tar.gz 1.9 KiB fdfb98e31a24241ba7a20154ebb9e15c7900866cd649f2e41fb1a1345e048822
libmultidimensional-perl_0.010-1build2.dsc 2.2 KiB 7d571b159bd0329b82d36f0f020c941661c674605ad7dd8bb928089720832d45

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.