mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
6 lines
281 B
Plaintext
6 lines
281 B
Plaintext
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.
|