James A. Duncan > EO-0.96 > EO::NotAttributes

Download:
EO-0.96.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.96   Source  

NAME ^

EO::NotAttributes - alternatives to attributes used by EO

SYNOPSIS ^

  use EO::NotAttributes;

  sub::Abstract 'bar';

DESCRIPTION ^

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.

AUTHOR ^

Mark Fowler <mark@twoshortplanks.com>

SEE ALSO ^

EO, EO::Attributes

COPYRIGHT ^

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.

BUGS ^

There's no implementation of 'Private' yet. This isn't a problem yet ;-).