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

NAME

Goo::Action - A Goo action

SYNOPSIS

use Goo::Action;

DESCRIPTION

Store who performed an action, when they did it, and to which Thing.

METHODS

new

constructor

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

eturn 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