Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37434008
en ru br
ALT Linux repos
S:1.03-alt1

Group :: Development/Perl
RPM: perl-Class-Gomor

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.03-alt1
Build date: 19 january 2015, 15:07 ( 482.7 weeks ago )
Size: 15.64 Kb

Home page:   http://www.cpan.org

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.

Current maintainer: Denis Smirnov

List of contributors

List of rpms provided by this srpm:

  • perl-Class-Gomor
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin