--- trunk/Makefile.PL 2008/11/30 01:46:13 633 +++ trunk/Makefile.PL 2008/12/25 12:43:13 901 @@ -25,6 +25,7 @@ requires 'Hash::Merge'; requires 'Clone'; requires 'File::Tee'; +requires 'DateTimeX::Easy'; # Frey::SVN features( 'Continuity server (see FIXME)' => [ @@ -35,7 +36,7 @@ ], 'Mojo server' => [ -default => 1, - 'Mojo' => 0.8, + 'Mojo' => 0.9, ], 'HTTP::Engine server (see FIXME)' => [ -default => 0, @@ -53,6 +54,10 @@ 'PPI', 'PPI::HTML', ], + 'Profile (optional even for development)' => [ + -default => 0, + 'Devel::NYTProf', + ], 'Frey::JSON' => [ 'JSON' => 2.0, ], @@ -82,6 +87,20 @@ #'Test::Harness' => 3.14, # XXX this doesn't seem to work 'TAP::Formatter::HTML' => 0.06, ], + 'Frey::OpenSearch' => [ + -default => 1, + 'MIME::Base64', + ], + 'Frey::File::FLV and Frey::Web::FLVPlayer (flash video support)' => [ + -default => 1, + 'FLV::Info', + 'Video::Subtitle::SRT', + ], + 'Frey::Cairo (telop support)' => [ + -default => 1, + 'Cairo', + 'Font::FreeType', + ], 'CouchDB' => [ -default => 0, 'CouchDB::Client',