show inputs selection only if there are more than one
[webpac2] / Makefile.PL
index 3aae43c..e6acfa2 100644 (file)
@@ -78,10 +78,21 @@ features(
                -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';