--- trunk/Makefile.PL 2008/12/11 00:27:19 807 +++ trunk/Makefile.PL 2008/12/25 12:43:13 901 @@ -54,6 +54,10 @@ 'PPI', 'PPI::HTML', ], + 'Profile (optional even for development)' => [ + -default => 0, + 'Devel::NYTProf', + ], 'Frey::JSON' => [ 'JSON' => 2.0, ], @@ -87,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',