EO::Attributes - attributes used by EO


EO documentation  | view source Contained in the EO distribution.

Index


NAME

Top

EO::Attributes - attributes used by EO

SYNOPSIS

Top

  use EO::Attributes;

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

DESCRIPTION

Top

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

AUTHOR

Top

James A. Duncan <jduncan@fotango.com>

SEE ALSO

Top

EO

COPYRIGHT

Top


EO documentation  | view source Contained in the EO distribution.