File: control

package info (click to toggle)
libscalar-readonly-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 16; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 1,032 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
24
25
26
Source: libscalar-readonly-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libscalar-readonly-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libscalar-readonly-perl.git
Homepage: https://metacpan.org/release/Scalar-Readonly
Rules-Requires-Root: no

Package: libscalar-readonly-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: functions for controlling whether any scalar variable is read-only
 This simple module can make scalars read-only. This is useful to protect
 configuration variables, for example.
 .
 Scalar::Readonly can also be used to subvert Perl's many read-only variables
 to potential evil trickery.