--- trunk/Makefile.PL 2009/05/19 14:46:12 1186 +++ trunk/Makefile.PL 2009/07/24 19:34:26 1250 @@ -78,10 +78,23 @@ -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', + 'Text::Unaccent::PurePerl', + 'HTML::FillInForm::Lite', + ], ); build_requires 'Test::More';