The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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