acaf2d28e6
Design-by-Contract OO in Perl PR: 31782 Submitted by: Sergey Skvortsov <skv@protey.ru>
9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/search?dist=Class-Contract
|