Release of version 1.13 of Class::Contract


NAME

Class::Contract - Design-by-Contract OO in Perl

DESCRIPTION

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.

AUTHOR

Damian Conway (damian@conway.org)

MAINTAINER

Garrett Goebel (ggoebel@cpan.org)

COPYRIGHT

Copyright (c) 2000-2001, C. Garrett Goebel. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)

Copyright (c) 1999-2000, Damian Conway. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)


CHANGES IN VERSION 1.13 (See Changes for complete list of changes)


AVAILABILITY

Class::Contract has been uploaded to the CPAN