| Goo documentation | Contained in the Goo distribution. |
Goo::Test -
use Goo::Test;
Nigel Hamilton <nigel@turbo10.com>
| 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__