Package : perl-Object-InsideOut > RPM : perl-Object-InsideOut-4.20.0-6.mga9.src.rpm

Basic items

Name perl-Object-InsideOut
Version 4.20.0
Release 6.mga9
URL https://metacpan.org/release/Object-InsideOut
Group Development/Perl
Summary Comprehensive inside-out object support perl module
Size 144KB
Arch noarch
License GPL+ or Artistic

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

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 11:53:48
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie