--- Makefile.PL 2008/08/09 16:10:05 12 +++ Makefile.PL 2009/02/03 20:07:04 25 @@ -10,12 +10,22 @@ requires 'Getopt::Long'; features( - 'Reblog integration' => [ + 'Reblog importer' => [ -default => 1, 'CouchDB::Client', 'DBD::mysql', 'CouchDB::Deploy', ], + 'Socialtext importer' => [ + -default => 1, + 'Socialtext::Resting', + 'CouchDB::Client', + ], + 'Subversion importer' => [ + -default => 1, + 'CouchDB::Client', + 'SVN::Dump', + ], ); auto_install;