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

NAME

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

DESCRIPTION

Extends a class by a specified extends option.

CONSUMES

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

AUTHOR, COPYRIGHT & LICENSE

See MooseX::Declare