The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.