File: control

package info (click to toggle)
libclass-contract-perl 1.14-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 220 kB
  • sloc: perl: 1,434; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 1,012 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
Source: libclass-contract-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-contract-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-contract-perl.git
Homepage: https://metacpan.org/release/Class-Contract

Package: libclass-contract-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl Design-by-Contract OO module
 The Class::Contract module implements strong encapsulation, static
 inheritance, and design-by-contract condition checking for object-oriented
 Perl. The module provides a declarative syntax for attribute, method,
 constructor, and destructor definitions at both the object and class level.
 Pre-conditions, post-conditions, and class invariants are also fully
 supported.