--- trunk/Makefile.PL 2008/12/13 12:58:32 829 +++ trunk/Makefile.PL 2009/01/04 23:05:59 915 @@ -26,6 +26,7 @@ requires 'Clone'; requires 'File::Tee'; requires 'DateTimeX::Easy'; # Frey::SVN +requires 'Imager'; # Frey::Web::CombineImages features( 'Continuity server (see FIXME)' => [ @@ -45,7 +46,7 @@ ], 'Development (optional)' => [ -default => 1, - 'Module::Reload', +# 'Module::Reload', # 'Carp::REPL', # XXX breaks error reporting 'Test::HTML::Lint', 'Test::WWW::Mechanize', @@ -54,6 +55,10 @@ 'PPI', 'PPI::HTML', ], + 'Profile (optional even for development)' => [ + -default => 0, + 'Devel::NYTProf', + ], 'Frey::JSON' => [ 'JSON' => 2.0, ], @@ -67,7 +72,7 @@ ], 'Frey::Feed (RSS/Atom feed support)' => [ -default => 1, - 'Data::Feed', + 'XML::FeedPP', ], 'Frey::Translate' => [ -default => 0, @@ -87,9 +92,10 @@ -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,