use ExtUtils::MakeMaker; my @dbInfo = &_prompt_db_info; if (@dbInfo) { my @fld = qw/dbconfigure driver host port db user pw/; open(F,">t/dbInfo.pl") or die "Unable to open t/dbInfo.pl"; for (my $i=0;$i); if ($hidden) {print "\n"; system "stty echo";} return $word || $default; } # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'HTML::DBTable', 'VERSION_FROM' => 'DBTable.pm', # finds $VERSION 'PREREQ_PM' => { DBI => 0.0, DBIx::DBSchema=> 0.0, HTML::Template => 0.0, Params::Validate => 0.0 }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'DBTable.pod', # retrieve abstract from module AUTHOR => 'Emiliano Bruni ') : ()), );