Made some changes suggested by Michael Slattery to fix table level comments. Also...
[dbsrgits/SQL-Translator.git] / Build.PL
index 619891b..34fcfd3 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# $Id: Build.PL,v 1.5 2005-05-18 16:17:41 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,