--- trunk/Makefile.PL 2008/11/26 07:57:12 532 +++ trunk/Makefile.PL 2008/12/10 19:43:52 799 @@ -27,17 +27,17 @@ requires 'File::Tee'; features( - 'Continuity server' => [ - -default => 1, + 'Continuity server (see FIXME)' => [ + -default => 0, 'Continuity', #'Continuity::REPL', 'Coro::Generator', ], 'Mojo server' => [ - -default => 0, - 'Mojo' => 0.8, + -default => 1, + 'Mojo' => 0.9, ], - 'HTTP::Engine server' => [ + 'HTTP::Engine server (see FIXME)' => [ -default => 0, 'HTTP::Engine' => '0.0.17', 'HTTPx::Dispatcher', @@ -79,9 +79,13 @@ ], 'Frey::Test::Runner HTML reporting' => [ -default => 0, - 'Test::Harness' => 3.14, + #'Test::Harness' => 3.14, # XXX this doesn't seem to work 'TAP::Formatter::HTML' => 0.06, ], + 'Frey::OpenSearch' => [ + -default => 1, + 'MIME::Base64', + ], 'CouchDB' => [ -default => 0, 'CouchDB::Client',