--- trunk/Makefile.PL 2009/05/27 09:31:35 1194 +++ trunk/Makefile.PL 2009/05/27 20:51:01 1195 @@ -82,6 +82,13 @@ -default => 0, 'Proc::Queue', ], + 'CGI web interface' => [ + -default => 0, + 'Data::Page', + 'CGI', + 'CGI::Carp', + 'SWISH::API', + ], ); build_requires 'Test::More';