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

Download:
EO-0.96.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.96   Source  

NAME ^

EO::Attributes - attributes used by EO

SYNOPSIS ^

  use EO::Attributes;

  sub foo : Private { }
  sub bar : Abstract { }

DESCRIPTION ^

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

AUTHOR ^

James A. Duncan <jduncan@fotango.com>

SEE ALSO ^

EO

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.