freebsd-ports/devel/p5-Class-Contract/pkg-descr

12 lines
463 B
Text
Raw Normal View History

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.
WWW: http://search.cpan.org/search?dist=Class-Contract
2002-04-08 18:24:46 +02:00
-- Sergey Skvortsov
skv@FreeBSD.org