freebsd-ports/devel/p5-Class-Contract/pkg-descr
Ying-Chieh Liao acaf2d28e6 add p5-Class-Contract
Design-by-Contract OO in Perl

PR:		31782
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-18 03:20:10 +00:00

8 lines
424 B
Text

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