--- trunk/Makefile.PL 2008/12/12 19:34:04 822 +++ trunk/Makefile.PL 2009/01/09 14:52:58 968 @@ -26,26 +26,16 @@ requires 'Clone'; requires 'File::Tee'; requires 'DateTimeX::Easy'; # Frey::SVN +requires 'Imager'; # Frey::Web::CombineImages features( - 'Continuity server (see FIXME)' => [ - -default => 0, - 'Continuity', - #'Continuity::REPL', - 'Coro::Generator', - ], 'Mojo server' => [ -default => 1, 'Mojo' => 0.9, ], - 'HTTP::Engine server (see FIXME)' => [ - -default => 0, - 'HTTP::Engine' => '0.0.17', - 'HTTPx::Dispatcher', - ], 'Development (optional)' => [ -default => 1, - 'Module::Reload', +# 'Module::Reload', # 'Carp::REPL', # XXX breaks error reporting 'Test::HTML::Lint', 'Test::WWW::Mechanize', @@ -54,6 +44,10 @@ 'PPI', 'PPI::HTML', ], + 'Profile (optional even for development)' => [ + -default => 0, + 'Devel::NYTProf', + ], 'Frey::JSON' => [ 'JSON' => 2.0, ], @@ -67,7 +61,7 @@ ], 'Frey::Feed (RSS/Atom feed support)' => [ -default => 1, - 'Data::Feed', + 'XML::FeedPP', ], 'Frey::Translate' => [ -default => 0, @@ -76,7 +70,6 @@ 'Frey::SQL (issue SQL queries on sponge results)' => [ -default => 1, 'DBD::AnyData', - 'MooseX::Types::Structured', ], 'Frey::Test::Runner HTML reporting' => [ -default => 0, @@ -87,9 +80,15 @@ -default => 1, 'MIME::Base64', ], - 'Frey::File::FLV and Frey::Web::Flowplayer (flash video support)' => [ + '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,