Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 40c9108725fae5469d823b4c71bc151c

perl-Object-InsideOut-4.20.0-6.mga9.src.rpm

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 @foobar (common
for every object of the class) via $foobar[$$self].

Advantages of this OO scheme are:
1 - speed
2 - encapsulation
3 - compilation-time checks

Generated packages:

Other version of this rpm: