Bug 91905 - New port: devel/p5-Object-InsideOut Comprehensive inside-out object support module
Summary: New port: devel/p5-Object-InsideOut Comprehensive inside-out object support m...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-17 13:00 UTC by geraud
Modified: 2006-01-17 13:23 UTC (History)
0 users

See Also:


Attachments
p5-Object-InsideOut.shar (2.61 KB, text/plain)
2006-01-17 13:00 UTC, geraud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2006-01-17 13:00:18 UTC
Object::InsideOut 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). For Perl 5.8.3 and later, the scalar reference is
set as readonly to prevent accidental modifications to the ID. 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.

WWW: http://search.cpan.org/dist/Object-InsideOut/
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2006-01-17 13:12:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Grab.
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2006-01-17 13:23:17 UTC
State Changed
From-To: open->closed

New port has been added. Thank you for your submission.