# -*- Mode: cperl; mode: folding; -*- package Goo::Thing::task::Maker; ############################################################################### # Turbo10.com # # Copyright Turbo10.com 2005 # All Rights Reserved # # Author: Nigel Hamilton # Filename: Maker.pm # Description: Make a task module # # Date Change # ----------------------------------------------------------------------------- # 16/10/2005 Auto generated file # 16/10/2005 Need to create a task object # ############################################################################### use strict; use Goo::Object; use Goo::Header; use Goo::Prompter; use Goo::Database; use Goo::Prompter; use Goo::TeamManager; use base qw(Goo::Object); ############################################################################### # # run - make a task_maker # ############################################################################### sub run { my ($this, $filename) = @_; Goo::Header::show($filename, "database"); my $query = Goo::Database::prepare_sql(<run($filename); } } 1; __END__ =head1 NAME Goo::Thing::task::Maker - Make a task module =head1 SYNOPSIS use Goo::Thing::task::Maker; =head1 DESCRIPTION =head1 METHODS =over =item run make a task_maker =back =head1 AUTHOR Nigel Hamilton =head1 SEE ALSO