Query: moosex::insideout
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MooseX::InsideOut(3pm) User Contributed Perl Documentation MooseX::InsideOut(3pm)NAMEMooseX::InsideOut - inside-out objects with MooseVERSIONversion 0.106SYNOPSISpackage My::Object; use MooseX::InsideOut; # ... normal Moose functionality # or ... package My::Subclass; use MooseX::InsideOut; extends 'Some::Other::Class';DESCRIPTIONMooseX::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.METHODSinit_meta Apply the instance metarole necessary for inside-out storage.TODOo dumping (for debugging purposes) o serialization (for e.g. storable) o (your suggestions here)AUTHORHans Dieter Pearcey <hdp@cpan.org>COPYRIGHT AND LICENSEThis 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. perl v5.10.1 2011-03-06 MooseX::InsideOut(3pm)
Similar Topics in the Unix Linux Community |
---|
Introduction |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |