Name : perl-Object-InsideOut
| |
Version : 3.810.0
| Vendor : Mandriva
|
Release : 1
| Date : 2011-03-23 17:27:49
|
Group : Development/Perl
| Source RPM : perl-Object-InsideOut-3.810.0-1.src.rpm
|
Size : 0.35 MB
| |
Packager : Guillaume Rousse < guillomovitch_mandriva_org>
| |
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/rzm6/linux-mandriva/devel/cooker/i586/media/contrib/release |