Package perl-Class-InsideOut: Information

    Source package: perl-Class-InsideOut
    Version: 1.13-alt1
    Build time:  Jul 31, 2013, 04:58 PM
    Category: Development/Perl
    Report package bug
    License: Apache
    Summary: Class::InsideOut - safe, simple inside-out object construction kit
    Description: 
    This is 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.

    List of rpms provided by this srpm:
    perl-Class-InsideOut (noarch)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov

      1. perl-Class-ISA
      2. perl-Module-Build
      3. perl-Storable
      4. perl-threads

    Last changed


    July 27, 2013 Igor Vlasenko 1.13-alt1
    - automated CPAN update
    Nov. 27, 2012 Igor Vlasenko 1.10-alt2
    - fixed build
    Nov. 24, 2010 Igor Vlasenko 1.10-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu