NAME
Games::Dukedom::Signal = provide "interrupts" to drive the state-machine
SYNOPSIS
use Games::Dukedom;
my $game = Games::Dukedom->new();
DESCRIPTION
This module is used to signal the application code that a display or input action is needed.
ACCESSORS
display
action
default
METHODS
as_string
This method will provide a string representing the error, containing the error's message.
AUTHOR
Jim Bacon, <jim@nortx.com>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Jim Bacon
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version or, at your option, any later version of Perl 5 you may have available.