File: control

package info (click to toggle)
libconstant-defer-perl 6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: perl: 1,603; sh: 128; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 865 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
Source: libconstant-defer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconstant-defer-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconstant-defer-perl.git
Homepage: https://metacpan.org/release/constant-defer
Testsuite: autopkgtest-pkg-perl

Package: libconstant-defer-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module providing constant subs with deferred value calculation
 constant::defer creates constants like constant.pm, but with the value
 calculated only on the first call.  This can save work for values only
 needed sometimes.