--- trunk/Makefile.PL 2008/09/22 15:32:24 1116 +++ trunk/Makefile.PL 2009/05/19 14:46:12 1186 @@ -50,6 +50,10 @@ -default => 1, 'Spreadsheet::ParseExcel', ], + 'WebPAC::Input::CSV' => [ + -default => 1, + 'Text::CSV', + ], 'WebPAC::Input::DBF' => [ -default => 0, 'XBase', @@ -67,9 +71,13 @@ 'Spreadsheet::WriteExcel' => 2.14, ], 'WebPAC::Output::KinoSearch' => [ - -default => 1, + -default => 0, 'KinoSearch::Simple', ], + 'WebPAC::Output::SWISH' => [ + -default => 1, + 'SWISH::API', + ], 'Parallel execution (probably broken)' => [ -default => 0, 'Proc::Queue',