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

Extends a class by a specified extends option.


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 MooseX::Declare