NAME
Games::Lacuna::Task::Action - Abstract action base class
SYNOPSIS
package Games::Lacuna::Task::Action::MyAction;
use Moose;
extends qw(Games::Lacuna::Task::Action);
DESCRIPTION
All actions need to inherit from this class an implement a run
method or cosume a role that implements this method (such as Games::Lacuna::Task::Role::PlanetRun)