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

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)