Made some changes suggested by Michael Slattery to fix table level comments. Also...
[dbsrgits/SQL-Translator.git] / Build.PL
index 345a75b..34fcfd3 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# $Id: Build.PL,v 1.3 2004-11-05 13:19:31 grommit Exp $
+# $Id: Build.PL,v 1.8 2005-06-28 21:43:49 duality72 Exp $
 
 use strict;
 use Module::Build;
@@ -21,6 +21,7 @@ my $builder           =  Module::Build->new(
     requires          => {
         'Class::Base'              => 0,
         'Class::Data::Inheritable' => 0.02,
+        'Class::MakeMethods'       => 0,
         'IO::Dir'                  => 0,
         'Log::Log4perl'            => 0,
         'Template'                 => 2.10,
@@ -37,12 +38,12 @@ my $builder           =  Module::Build->new(
         'Text::RecordParser'      => 0.02,
         'XML::Writer'             => 0.500,
         'XML::XPath'              => 1.13,
-        'YAML'                    => 0,
+        'YAML'                    => 0.39,
     },
     build_requires    => {
         'File::Basename'          => 0,
         'File::Spec'              => 0,
-        'Test::More'              => 0,
+        'Test::More'              => 0.6,
         'Test::Exception'         => 0,
         'Test::Differences'       => 0,
     }