1 # $Id: Build.PL,v 1.1 2004-07-30 15:27:36 kycl4rk Exp $
6 my $builder = Module::Build->new(
8 dist_abstract => 'SQL DDL transformations and more',
9 dist_author => 'Ken Y. Clark <kclark@cpan.org>',
10 dist_version_from => 'lib/SQL/Translator.pm',
12 module_name => 'SQL::Translator',
25 'Parse::RecDescent' => 1.94,
33 'Spreadsheet::ParseExcel' => 0.2602,
34 'Text::ParseWords' => 0,
35 'Text::RecordParser' => 0.02,
36 'XML::Writer' => 0.500,
41 'File::Basename' => 0,
44 'Test::Exception' => 0,
45 'Test::Differences' => 0,
48 $builder->create_build_script;
49 print "Now run './Build', './Build test', and './Build install'\n";