MooseX::Declare::Syntax::Extending.3pm

Langue: en

Autres versions - même langue

Version: 2009-09-04 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

MooseX::Declare::Syntax::Extending - Extending with superclasses

DESCRIPTION

Extends a class by a specified "extends" option.

CONSUMES

*
MooseX::Declare::Syntax::OptionHandling

METHODS

add_extends_option_customizations

   Object->add_extends_option_customizations (
       Object   $ctx,
       Str      $package,
       ArrayRef $superclasses,
       HashRef  $options
   )
 
 

This will add a code part that will call "extends" with the $superclasses as arguments.

SEE ALSO

*
MooseX::Declare
*
MooseX::Declare::Syntax::Keyword::Class
*
MooseX::Declare::Syntax::OptionHandling
See MooseX::Declare