
EO::Attributes - attributes used by EO

use EO::Attributes;
sub foo : Private { }
sub bar : Abstract { }

This module provides two attributes. Namely, Private and Abstract. Information about these two attributes can be found in the documentation for EO.

James A. Duncan <jduncan@fotango.com>

EO

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.