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
|
Source: libreadonly-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Rene Mayorga <rmayorga@debian.org>,
gregor herrmann <gregoa@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
libmodule-build-tiny-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libreadonly-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libreadonly-perl.git
Homepage: https://metacpan.org/release/Readonly
Package: libreadonly-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: facility for creating read-only scalars, arrays and hashes
Readonly is a facility for creating non-modifiable variables.
This is useful for configuration files, headers, etc.
It can also be useful as a development and debugging tool, for catching
updates to variables that should not be changed.
|