2001-11-18 04:20:10 +01:00
|
|
|
The Class::Contract module implements strong encapsulation, static
|
|
|
|
inheritance, and design-by-contract condition checking for
|
2002-04-08 18:24:46 +02:00
|
|
|
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.
|
2001-11-18 04:20:10 +01:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/search?dist=Class-Contract
|
2002-04-08 18:24:46 +02:00
|
|
|
|
|
|
|
-- Sergey Skvortsov
|
|
|
|
skv@FreeBSD.org
|