--- trunk/Makefile.PL 2008/12/10 15:15:22 792 +++ 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, ], @@ -86,6 +91,16 @@ -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',