Bug 100596 - [NEW PORT] devel/p5-Class-InsideOut: A safe, simple inside-out object construction kit
Summary: [NEW PORT] devel/p5-Class-InsideOut: A safe, simple inside-out object constru...
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 08:00 UTC by gslin
Modified: 2006-07-21 17:19 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-InsideOut-1.00.shar (3.46 KB, text/plain)
2006-07-20 08:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-20 08:00:28 UTC
This is a simple, safe and streamlined toolkit for building inside-out
objects. Unlike most other inside-out object building modules already
on CPAN, this module aims for minimalism and robustness:

    * Does not require derived classes to subclass it
    * Uses no source filters, attributes or CHECK blocks
    * Supports any underlying object type including foreign inheritance
    * Does not leak memory on object destruction
    * Overloading-safe
    * Thread-safe for Perl 5.8 or better
    * mod_perl compatible
    * Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.

WWW:	http://search.cpan.org/dist/Class-InsideOut/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-20 08:00:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-21 17:19:40 UTC
State Changed
From-To: open->closed

New port added. Thank You.