mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
12 lines
457 B
Plaintext
12 lines
457 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/dist/Class-Contract/
|
|
|
|
-- Sergey Skvortsov
|
|
skv@FreeBSD.org
|