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.
|