--- trunk/Makefile.PL 2009/04/23 11:14:24 1145 +++ trunk/Makefile.PL 2009/05/27 22:17:00 1196 @@ -50,6 +50,10 @@ -default => 1, 'Spreadsheet::ParseExcel', ], + 'WebPAC::Input::CSV' => [ + -default => 1, + 'Text::CSV', + ], 'WebPAC::Input::DBF' => [ -default => 0, 'XBase', @@ -74,10 +78,21 @@ -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';