--- trunk/Makefile.PL 2008/09/22 15:09:50 1115 +++ trunk/Makefile.PL 2009/05/27 22:17:00 1196 @@ -50,6 +50,14 @@ -default => 1, 'Spreadsheet::ParseExcel', ], + 'WebPAC::Input::CSV' => [ + -default => 1, + 'Text::CSV', + ], + 'WebPAC::Input::DBF' => [ + -default => 0, + 'XBase', + ], 'WebPAC::Output::Estraier' => [ -default => 0, 'Search::Estraier' => 0.06, @@ -63,13 +71,28 @@ 'Spreadsheet::WriteExcel' => 2.14, ], 'WebPAC::Output::KinoSearch' => [ - -default => 1, + -default => 0, 'KinoSearch::Simple', ], + 'WebPAC::Output::SWISH' => [ + -default => 1, + 'SWISH::API', + ], + 'WebPAC::Output::CouchDB' => [ + -default => 0, + 'Net::CouchDb', + ], 'Parallel execution (probably broken)' => [ -default => 0, 'Proc::Queue', ], + 'CGI web interface' => [ + -default => 0, + 'Data::Page', + 'CGI', + 'CGI::Carp', + 'SWISH::API', + ], ); build_requires 'Test::More';