File: README

package info (click to toggle)
libclass-contract-perl 1.14-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,434; makefile: 10
file content (48 lines) | stat: -rw-r--r-- 1,798 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
==============================================================================
                  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)

  - Fixed deep copy of scalar references. Was breaking <C>old</C> and
    <C>clone</C>.

==============================================================================

AVAILABILITY

Class::Contract has been uploaded to the CPAN

==============================================================================