Continuity-Widget
view release on metacpan or search on metacpan
lib/Continuity/Widget.pm view on Meta::CPAN
=head1 DESCRIPTION
Don't quite know what this will be yet.
=cut
use Data::UUID;
use Moose;
with 'Continuity::Coro::Moose';
# List of callbacks, buttons for now
has callback => ( is => 'rw', default => sub {{}} );
has renderer => ( is => 'rw', isa => 'HashRef', default => sub {{}});
has 'uuid' => (
is => 'ro',
isa => 'Str',
default => sub { Data::UUID->new->create_str }
);
( run in 0.962 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )