debian/0000755000000000000000000000000012237461455007177 5ustar debian/rules0000755000000000000000000000003612237461455010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000247112237461455010606 0ustar Source: libacme-constant-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Radu-Bogdan Croitoru Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libstrictures-perl, libindirect-perl, libbareword-filehandles-perl, libmultidimensional-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libacme-constant-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libacme-constant-perl.git Homepage: https://metacpan.org/release/Acme-constant Package: libacme-constant-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libstrictures-perl Description: module that makes inconstant constants, except actually not Acme::constant lets you make inconstant constants, just like the constants the users of Ruby or Opera (before Opera 14, that is) already enjoyed. . Unlike Perl constants, that are replaced at compile time, Acme constants, in true dynamic programming language style, can be modified even after declaration. . Just like constants generated with standard use constant pragma, the constants declared with use Acme::Constant don't have any sigils. This makes using constants easier, as you don't have to remember what sigil do constants use. debian/source/0000755000000000000000000000000012237461455010477 5ustar debian/source/format0000644000000000000000000000001412237461455011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026712237461455011056 0ustar libacme-constant-perl (0.1.3-1) unstable; urgency=low * Initial Release (Closes: #728736) -- Radu-Bogdan Croitoru Sat, 09 Nov 2013 17:36:04 +0200 debian/compat0000644000000000000000000000000212237461455010375 0ustar 9 debian/patches/0000755000000000000000000000000012237461455010626 5ustar debian/patches/fix-spelling.patch0000644000000000000000000000102512237461455014246 0ustar Description: Fix spelling error in Acme::constant Author: Radu-Bogdan Croitoru Forwarded: yes Last-Update: 2013-11-09 --- a/lib/Acme/constant.pm +++ b/lib/Acme/constant.pm @@ -139,7 +139,7 @@ Acme::constant->import(DEBUG => 1) if $ENV{DEBUG}; } -Howver, usually the good idea to declare constant anyway, as using +However, usually the good idea to declare constant anyway, as using undefined constants in strict mode causes Perl errors (and sometimes could be parsed incorrectly). debian/patches/series0000644000000000000000000000002312237461455012036 0ustar fix-spelling.patch debian/copyright0000644000000000000000000000413312237461455011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Acme-constant Upstream-Contact: Konrad Borowski Upstream-Name: Acme-constant Files: * Copyright: 2013, Konrad Borowski License: Expat Files: debian/* Copyright: 2013, Radu-Bogdan Croitoru License: Expat or 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'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000016712237461455010234 0ustar version=3 https://metacpan.org/release/Acme-constant .*/Acme-constant-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$