Source: libreadonly-perl Maintainer: Debian Perl Group Uploaders: Rene Mayorga , gregor herrmann , Fabrizio Regalli 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.