| EO documentation | view source | Contained in the EO distribution. |
EO::NotAttributes - alternatives to attributes used by EO
use EO::NotAttributes; sub::Abstract 'bar';
Attributes are nice, but they can't be used in all situations. At the time of writing, perl (5.8.3) cannot apply attributes to code that is loaded at run time.
This module provides an alternative interface instead of using attributes; A declarative syntax that can be used to perform similar actions to thier EO::Attribute counterparts.
Mark Fowler <mark@twoshortplanks.com>
Copyright 2004 Fotango Ltd. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
There's no implementation of 'Private' yet. This isn't a problem yet ;-).
| EO documentation | view source | Contained in the EO distribution. |