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.