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

HO::mixin

SYNOPSIS

   package HOt::One;

   use HO::class _rw => auto => '$';

   package HOt::Dandy;

   use HO::mixin 'HOt::One';
   use HO::class;

   HOt::Dandy->new->auto('matic');

AUTHOR

Mike Würfel, <sknpp@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2018 by p5-ho-developers

You may distribute this code under the same terms as Perl itself.