- Added some stuff to MANIFEST.SKIP
[dbsrgits/SQL-Translator.git] / Build.PL
index da75416..7ca42a7 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# $Id: Build.PL,v 1.13 2007-10-24 10:55:44 schiffbruechige Exp $
+# $Id$
 
 use strict;
 use lib './lib';
@@ -24,10 +24,13 @@ my $builder = Module::Build->new(
         'Class::Base'              => 0,
         'Class::Data::Inheritable' => 0.02,
         'Class::MakeMethods'       => 0,
+        'Digest::SHA1'             => 2.00,
         'IO::Dir'                  => 0,
         'Log::Log4perl'            => 0,
         'Parse::RecDescent'        => 1.94,
         'Pod::Usage'               => 0,
+        'Class::Accessor::Fast'    => 0,
+        'DBI'                      => 0,
     },
     recommends        => {
         'Template'                 => 2.10,
@@ -36,7 +39,7 @@ my $builder = Module::Build->new(
         'Graph::Directed'         => 0,
         'IO::File'                => 0,
         'IO::Scalar'              => 0,
-        'Spreadsheet::ParseExcel' => 0.2602,
+        'Spreadsheet::ParseExcel' => '>= 0.2602, != 0.33',
         'Text::ParseWords'        => 0,
         'Text::RecordParser'      => 0.02,
         'XML::Writer'             => 0.500,
@@ -46,6 +49,7 @@ my $builder = Module::Build->new(
         'File::Basename'          => 0,
         'File::Spec'              => 0,
         'Test::More'              => 0.6,
+        'Test::Differences'       => 0,
         'Test::Exception'         => 0,
         'Test::Differences'       => 0,
         'YAML'                    => 0.39,