'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,
# ----------------------------------------------------------
#
# ----------------------------------------------------------
+* Skip tests for buggy Spreadsheet::ParseExcel versions (rbo)
* Add support for skip tables parser arg in Parser::DBI::MySQL (jgoulah)
* Changed behaviour of ::Producer::Oracle when returning an array of statements to make it compatible to DBI->do()
* Fixed a few bugs in ::Producer::Oracle
TODO: {
eval { require Spreadsheet::ParseExcel };
todo_skip "Bug in Spreadsheet::ParseExcel, http://rt.cpan.org/Public/Bug/Display.html?id=39892", 4
- if ($Spreadsheet::ParseExcel::VERSION > 0.32);
+ if ( $Spreadsheet::ParseExcel::VERSION > 0.32 and $Spreadsheet::ParseExcel::VERSION < 0.41 );
is( $f4->name, 'math', 'Fourth field name is "math"' );
is( lc $f4->data_type, 'float', 'Data type is "float"' );