File: control

package info (click to toggle)
libclass-std-perl 0.013-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 280 kB
  • sloc: perl: 872; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,003 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
21
22
23
24
Source: libclass-std-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-std-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Class-Std

Package: libclass-std-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: module for creating standard "inside-out" classes
 Class::Std is a Perl module that provides tools to implement the "inside out
 object" class structure in a convenient and standardized way. This approach,
 which is also known as flyweight scalars, warehoused attributes and inverted
 indices, is discussed further in the documentation for this package.