File: control

package info (click to toggle)
libreadonly-perl 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: perl: 727; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 981 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libreadonly-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: 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>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Readonly/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libreadonly-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreadonly-perl.git

Package: libreadonly-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libreadonly-xs-perl
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.