- Added some stuff to MANIFEST.SKIP
[dbsrgits/SQL-Translator.git] / Build.PL
index 5102d04..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,6 +24,7 @@ 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,
@@ -38,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,