summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-InsideOut/DESCR
blob: 8c6178ae1ab2869051cbfe3fd303fa12249ba188 (plain)
1
2
3
4
5
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.