Name : perl-Object-InsideOut
| |
Version : 4.20.0
| Vendor : Mageia_Org
|
Release : 5.mga8
| Date : 2020-02-12 07:08:38
|
Group : Development/Perl
| Source RPM : perl-Object-InsideOut-4.20.0-5.mga8.src.rpm
|
Size : 0.39 MB
| |
Packager : umeabot < umeabot>
| |
Summary : Comprehensive inside-out object support perl module
|
Description :
This module provides comprehensive support for implementing classes using the inside-out object model.
Using inside-out object model, objects are not a blessed hash reference, but merely a blessed scalar. The foobar attribute, instead of being accessed via $self->{foobar}, is accessed using a package lexical variable AATTfoobar (common for every object of the class) via $foobar[$$self].
Advantages of this OO scheme are: 1 - speed 2 - encapsulation 3 - compilation-time checks
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/armv7hl/media/core/release |