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

Goo::Action - Remember an action in The Goo

SYNOPSIS

use Goo::Action;

DESCRIPTION

Model the what, who, when, and why of actions performed in The Goo.

METHODS

new

construct a goo_action object

get_action

return the description of the action performed

get_user

who did the action?

get_when

when did they do the action?

get_short_thing

return the short name of the Thing they did the action on?

get_thing

return the name and location of the Thing they did the action on?

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO