From: Darren Chamberlain Date: Tue, 8 Apr 2003 12:56:17 +0000 (+0000) Subject: Added Spreadsheet::ParseExcel X-Git-Tag: v0.02~198 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=000597e56327967cea9b29cdef3736f3607437af;p=dbsrgits%2FSQL-Translator.git Added Spreadsheet::ParseExcel --- diff --git a/Makefile.PL b/Makefile.PL index 4d6ebd4..be73cc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,15 +11,16 @@ WriteMakefile( 'bin/sql_translator.pl', ], 'PREREQ_PM' => { - 'Class::Base' => 0, - 'File::Basename' => 0, - 'File::Spec' => 0, - 'GD' => 0, - 'IO::Dir' => 0, - 'Parse::RecDescent' => 0, # Is a particular version needed? - 'Pod::Usage' => 0, - 'Text::ParseWords' => 0, - 'XML::Dumper' => 0, + 'Class::Base' => 0, + 'File::Basename' => 0, + 'File::Spec' => 0, + 'GD' => 0, + 'IO::Dir' => 0, + 'Parse::RecDescent' => 0, # Is a particular version needed? + 'Pod::Usage' => 0, + 'Spreadsheet::ParseExcel' => 0, + 'Text::ParseWords' => 0, + 'XML::Dumper' => 0, }, clean => { FILES => '$(DISTNAME)-$(VERSION).tar.gz',