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

NAME

Goo::Thing - A new generic type of "Thing" in The Goo based on global config

SYNOPSIS

use Goo::Thing;

DESCRIPTION

METHODS

new

construct a Thing

get_filename

all Things must have a "filename" - even database Things!

get_suffix

return the Thing suffix

get_prefix

get the full contents of the file

can_do_action

can this thing do the action?

get_commands

return a list of commands

do_action

execute action

AUTHOR

Nigel Hamilton <nigel@turbo10.com>

SEE ALSO