EO::NotAttributes - alternatives to attributes used by EO


EO documentation  | view source Contained in the EO distribution.

Index


NAME

Top

EO::NotAttributes - alternatives to attributes used by EO

SYNOPSIS

Top

  use EO::NotAttributes;

  sub::Abstract 'bar';

DESCRIPTION

Top

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

Top

Mark Fowler <mark@twoshortplanks.com>

SEE ALSO

Top

EO, EO::Attributes

COPYRIGHT

Top

BUGS

Top

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


EO documentation  | view source Contained in the EO distribution.