Name: | perl-Object-InsideOut |
---|---|
Version: | 3.98 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 412952 |
License: | GPL+ or Artistic |
RPM: | perl-Object-InsideOut-3.98-3.el7.noarch.rpm |
Source RPM: | perl-Object-InsideOut-3.98-3.el7.src.rpm |
Build Date: | Wed Dec 06 2017 |
Build Host: | x86-ol6-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Object-InsideOut |
Summary: | Comprehensive inside-out object support module |
Description: | This module provides comprehensive support for implementing classes using the inside-out object model. This module implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for the object (usually a sequence number). Object data (i.e., fields) are stored within the class's package in either arrays indexed by the object's ID, or hashes keyed to the object's ID. |