The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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