projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fcc393c
)
Requiring a recent version of Spreadsheet::ParseExcel as an earlier version
Ken Youens-Clark [Wed, 3 Mar 2004 17:44:49 +0000 (17:44 +0000)]
makes the test fail.
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
4455299
..
35e7dbe
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-25,7
+25,7
@@
WriteMakefile(
'IO::Scalar' => 0,
'Parse::RecDescent' => 1.94,
'Pod::Usage' => 0,
- 'Spreadsheet::ParseExcel' => 0,
+ 'Spreadsheet::ParseExcel' => 0.2602,
'Template' => 2.10,
'Test::More' => 0,
'Test::Exception' => 0,