package Goo::Thing::bug::Maker; ############################################################################### # Turbo10.com # # Copyright Turbo10.com 2005 # All Rights Reserved # # Author: Nigel Hamilton # Filename: Goo::Thing::bug::Maker.pm # Description: What?? something that *makes* bugs!! # Bugs are a software artefact too. # # 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 bug_maker # ############################################################################### sub run { my ($this, $filename) = @_; $filename = $filename || "bug"; Goo::Prompter::clear(); Goo::Header::show("Bug Maker", $filename, "database"); Goo::Prompter::say(); my $query = Goo::Database::prepare_sql(<run($filename); } } 1; __END__ =head1 NAME Goo::Thing::bug::Maker - What?? something that *makes* bugs!! =head1 SYNOPSIS use Goo::Thing::bug::Maker; =head1 DESCRIPTION =head1 METHODS =over =item run make a bug_maker =back =head1 AUTHOR Nigel Hamilton =head1 SEE ALSO