1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-Class-Contract/pkg-descr
Sergey Skvortsov 914b460830 Minor fixes.
Approved by:	markm
2002-04-08 16:24:46 +00:00

12 lines
463 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
-- Sergey Skvortsov
skv@FreeBSD.org