Goo::Test - Goo::Test documentation


Goo documentation Contained in the Goo distribution.

Index


Code Index:

NAME

Top

Goo::Test -

SYNOPSIS

Top

use Goo::Test;

DESCRIPTION

Top

METHODS

Top

AUTHOR

Top

Nigel Hamilton <nigel@turbo10.com>

SEE ALSO

Top


Goo documentation Contained in the Goo distribution.

package Goo::Test;


my $option = "Goo::Thing::pm::PackageProfileOption";

eval "use $option;";

my $gtpm = $option->new();




1;



__END__