pkgsrc/devel/p5-MooseX-InsideOut/DESCR
seb 38d5383f0a Initial import of p5-MooseX-InsideOut version 0.102 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::InsideOut provides metaroles for inside-out
objects. That is, it sets up attribute slot storage somewhere other
than inside $self. This means that you can extend non-Moose classes,
whose internals you either don't want to care about or aren't
hash-based.
2009-04-20 19:40:56 +00:00

5 lines
281 B
Text

The Perl 5 module MooseX::InsideOut provides metaroles for inside-out
objects. That is, it sets up attribute slot storage somewhere other
than inside $self. This means that you can extend non-Moose classes,
whose internals you either don't want to care about or aren't
hash-based.