debian/0000755000000000000000000000000012231436610007164 5ustar debian/watch0000644000000000000000000000017511740422334010222 0ustar version=3 http://search.cpan.org/dist/multidimensional/ .*/multidimensional-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611740422334010245 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000211611740422334011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Dagfinn Ilmari Mannsåker Source: http://search.cpan.org/dist/multidimensional/ Upstream-Name: multidimensional Files: * Copyright: 2010, Dagfinn Ilmari Mannsåker License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011740422334010466 5ustar debian/source/format0000644000000000000000000000001411740422334011674 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011740422334010615 5ustar debian/patches/series0000644000000000000000000000002311740422334012025 0ustar fix_pod_typo.patch debian/patches/fix_pod_typo.patch0000644000000000000000000000136711740422334014350 0ustar Description: fix two typos in pod Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76420 --- a/lib/multidimensional.pm +++ b/lib/multidimensional.pm @@ -52,7 +52,7 @@ =head1 DESCRIPTION -Perl's multidimensional array emultaion stems from the days before the +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 C<$> sigil instead of C<@>. @@ -63,7 +63,7 @@ =head2 unimport -Disables multidimensional array emultaion for the remainder of the +Disables multidimensional array emulation for the remainder of the scope being compiled. =head2 import debian/compat0000644000000000000000000000000211740422334010364 0ustar 9 debian/control0000644000000000000000000000235111740422334010572 0ustar Source: libmultidimensional-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 9.20120312), libb-hooks-op-check-perl (>= 0.19), libextutils-depends-perl, liblexical-sealrequirehints-perl, perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmultidimensional-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmultidimensional-perl.git Homepage: http://search.cpan.org/dist/multidimensional/ Package: libmultidimensional-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libb-hooks-op-check-perl (>= 0.19), liblexical-sealrequirehints-perl Description: 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. debian/changelog0000644000000000000000000000053412231436610011040 0ustar libmultidimensional-perl (0.010-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 09:55:36 +0100 libmultidimensional-perl (0.010-1) unstable; urgency=low * Initial Release. (Closes: #668105) -- Florian Schlichting Mon, 09 Apr 2012 01:47:05 +0200