Name : perl-Class-Gomor
| |
Version : 1.03
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.2
| Date : 2015-10-05 01:46:11
|
Group : Development/Libraries/Perl
| Source RPM : perl-Class-Gomor-1.03-1.2.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
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 *AATTAS*, *AATTAA*, *AATTAO*. 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 AATTISA 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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Class::Gomor)
perl(Class::Gomor::Array)
perl(Class::Gomor::Hash)
perl-Class-Gomor
Requires :