Package perl-Class-Gomor: Information

    Source package: perl-Class-Gomor
    Version: 1.03-alt1
    Build time:  Jan 19, 2015, 08:38 PM in the task #138904
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: another class and object builder
    Description: 
    This module is yet another class builder. This one adds parameter checking in new constructor, that is to check for attributes existence, and definedness.
    
    In order to validate parameters, the module needs to find attributes, and that is the reason for declaring attributes in global variables named @AS, @AA, @AO. They respectively state for Attributes Scalar, Attributes Array and Attributes Other. The last one is used to avoid autocreation of accessors, that is to let you declare your own ones.
    
    Attribute validation is performed by looking at classes hierarchy, by following @ISA tree inheritance.
    
    The loss in speed by validating all attributes is quite negligeable on a decent machine (Pentium IV, 2.4 GHz) with Perl 5.8.x. But if you want to avoid checking, you can do it, see below.
    
    This class is the base class for Class::Gomor::Array and Class::Gomor::Hash, so they will inherite the following methods.

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

    Maintainer: Denis Smirnov

    List of contributors:
    Igor Vlasenko
    Denis Smirnov

      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage
      3. perl(Module/Build.pm)

    Last changed


    Jan. 19, 2015 Igor Vlasenko 1.03-alt1
    - automated CPAN update
    Nov. 7, 2009 Denis Smirnov 1.02-alt1
    - initial build for ALT Linux Sisyphus