File: control

package info (click to toggle)
libacme-constant-perl 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 6
  • sloc: perl: 69; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libacme-constant-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
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.