The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "A searchable store backed by Elasticsearch",
   "author" : [
      "Nicolas Steenlant <nicolas.steenlant@ugent.be>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4205",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Catmandu-Store-ElasticSearch",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Software::License" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.42"
         }
      },
      "runtime" : {
         "requires" : {
            "CQL::Parser" : "1.12",
            "Catmandu" : "0.8",
            "Moo" : "1.00",
            "Search::Elasticsearch::Compat" : "0.10",
            "perl" : "v5.10.1"
         }
      }
   },
   "provides" : {
      "Catmandu::Store::ElasticSearch" : {
         "file" : "lib/Catmandu/Store/ElasticSearch.pm",
         "version" : "0.0206"
      },
      "Catmandu::Store::ElasticSearch::Bag" : {
         "file" : "lib/Catmandu/Store/ElasticSearch/Bag.pm"
      },
      "Catmandu::Store::ElasticSearch::CQL" : {
         "file" : "lib/Catmandu/Store/ElasticSearch/CQL.pm"
      },
      "Catmandu::Store::ElasticSearch::Searcher" : {
         "file" : "lib/Catmandu/Store/ElasticSearch/Searcher.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ]
   },
   "version" : "0.0206"
}