--- trunk/Makefile.PL 2008/11/30 01:46:13 633 +++ trunk/Makefile.PL 2009/01/03 22:26:44 912 @@ -25,6 +25,8 @@ requires 'Hash::Merge'; requires 'Clone'; requires 'File::Tee'; +requires 'DateTimeX::Easy'; # Frey::SVN +requires 'Imager'; # Frey::Web::CombineImages features( 'Continuity server (see FIXME)' => [ @@ -35,7 +37,7 @@ ], 'Mojo server' => [ -default => 1, - 'Mojo' => 0.8, + 'Mojo' => 0.9, ], 'HTTP::Engine server (see FIXME)' => [ -default => 0, @@ -44,7 +46,7 @@ ], 'Development (optional)' => [ -default => 1, - 'Module::Reload', +# 'Module::Reload', # 'Carp::REPL', # XXX breaks error reporting 'Test::HTML::Lint', 'Test::WWW::Mechanize', @@ -53,6 +55,10 @@ 'PPI', 'PPI::HTML', ], + 'Profile (optional even for development)' => [ + -default => 0, + 'Devel::NYTProf', + ], 'Frey::JSON' => [ 'JSON' => 2.0, ], @@ -82,6 +88,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',