pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-Class-InsideOut versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3053fcd41c7a
branches:  trunk
changeset: 546214:3053fcd41c7a
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 21:44:20 2008 +0000

description:
Note initial addition of p5-Class-InsideOut version 1.09 as
devel/p5-Class-InsideOut into The NetBSD Packages Collection.

The Perl 5 module Class::InsideOut s a simple, safe and streamlined
toolkit for building inside-out objects. Unlike most other inside-out
object building modules already on CPAN, this module aims for
minimalism and robustness:

    * Does not require derived classes to subclass it
    * Uses no source filters, attributes or CHECK blocks
    * Supports any underlying object type including black-box inheritance
    * Does not leak memory on object destruction
    * Overloading-safe
    * Thread-safe for Perl 5.8.5 or better
    * mod_perl compatible
    * Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.

diffstat:

 doc/CHANGES-2008 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 0c9bc348b139 -r 3053fcd41c7a doc/CHANGES-2008
--- a/doc/CHANGES-2008  Sat Aug 23 21:42:28 2008 +0000
+++ b/doc/CHANGES-2008  Sat Aug 23 21:44:20 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.1974 2008/08/23 21:25:47 seb Exp $
+$NetBSD: CHANGES-2008,v 1.1975 2008/08/23 21:44:20 seb Exp $
 
 Changes to the packages collection and infrastructure in 2008:
 
@@ -3349,3 +3349,4 @@
        Added databases/p5-DBM-Deep version 1.0013 [seb 2008-08-23]
        Added devel/p5-IPC-PubSub version 0.28 [seb 2008-08-23]
        Added devel/p5-Object-Declare version 0.22 [seb 2008-08-23]
+       Added devel/p5-Class-InsideOut version 1.09 [seb 2008-08-23]



Home | Main Index | Thread Index | Old Index