The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
feature 'repl (interactive environment)', -default => 1,
  'Catmandu::Cmd::repl', '0.01',
;
feature 'MongoDB store', -default => 1,
  'Catmandu::Store::MongoDB', '0.0201',
;
feature 'ElasticSearch store', -default => 1,
  'Catmandu::Store::ElasticSearch', '0.0201',
;
feature 'Solr store', -default => 1,
  'Catmandu::Store::Solr', '0.02',
;
feature 'FedoraCommons store', -default => 1,
  'Catmandu::FedoraCommons', '0.21',
;
feature 'MARC importer and MARC fixes', -default => 1,
  'Catmandu::MARC', '0.03',
;
feature 'bibliographic importers', -default => 1,
  'Catmandu::PubMed', '0.01',
  'Catmandu::ArXiv', '0.01',
  'Catmandu::PLoS', '0.01',
;
feature 'OAI importer', -default => 1,
  'Catmandu::OAI', '0.01',
;
feature 'SRU importer', -default => 1,
  'Catmandu::SRU', '0.0101',
;
feature 'Z39.50 importer', -default => 0,
  'Catmandu::Z3950', '0.03',
;
feature 'Twitter importer', -default => 0,
  'Catmandu::Importer::Twitter', '0.02',
;
feature 'LDAP importer', -default => 0,
  'Catmandu::LDAP', '0.0102',
;
feature 'Dancer integration', -default => 0,
  'Dancer::Session::Catmandu', '0.02',
  'Dancer::Plugin::Catmandu::OAI', '0.0301',
  'Dancer::Plugin::Catmandu::SRU', '0.02',
;