Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / p5-Class-InsideOut / pkg-descr
1 This is a simple, safe and streamlined toolkit for building inside-out
2 objects. Unlike most other inside-out object building modules already
3 on CPAN, this module aims for minimalism and robustness:
4
5     * Does not require derived classes to subclass it
6     * Uses no source filters, attributes or CHECK blocks
7     * Supports any underlying object type including foreign inheritance
8     * Does not leak memory on object destruction
9     * Overloading-safe
10     * Thread-safe for Perl 5.8 or better
11     * mod_perl compatible
12     * Makes no assumption about inheritance or initializer needs
13
14 It provides the minimal support necessary for creating safe inside-out
15 objects and generating flexible accessors.
16
17 WWW: http://search.cpan.org/dist/Class-InsideOut/