-
-
06 Mar 2011 04:20:45 UTC
- Distribution: MooseX-InsideOut
- Module version: 0.106
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (2075 / 4 / 0)
- Kwalitee
Bus factor: 0- 85.71% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
MooseX::InsideOut - inside-out objects with Moose
VERSION
version 0.106
SYNOPSIS
package My::Object; use MooseX::InsideOut; # ... normal Moose functionality # or ... package My::Subclass; use MooseX::InsideOut; extends 'Some::Other::Class';
DESCRIPTION
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.METHODS
init_meta
Apply the instance metarole necessary for inside-out storage.
TODO
dumping (for debugging purposes)
serialization (for e.g. storable)
(your suggestions here)
AUTHOR
Hans Dieter Pearcey <hdp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Hans Dieter Pearcey <hdp@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install MooseX::InsideOut, copy and paste the appropriate command in to your terminal.
cpanm MooseX::InsideOut
perl -MCPAN -e shell install MooseX::InsideOut
For more information on module installation, please visit the detailed CPAN module installation guide.