The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "DBIx::NoSQL as a Moose object store ",
   "author" : [
      "Yanick Champoux <yanick@babyl.dyndns.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300010, CPAN::Meta::Converter version 2.120630",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "DBIx-NoSQL-Store-Manager",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "runtime" : {
         "requires" : {
            "DBIx::NoSQL::Store" : "0",
            "Method::Signatures" : "0",
            "Module::Pluggable" : "0",
            "Moose" : "0",
            "Moose::Role" : "0",
            "Moose::Util::TypeConstraints" : "0",
            "MooseX::ClassAttribute" : "0",
            "MooseX::Storage" : "0.31",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Carp" : "0",
            "Data::Printer" : "0",
            "File::Find" : "0",
            "File::Temp" : "0",
            "Scalar::Util" : "0",
            "Test::More" : "0.94",
            "perl" : "5.004"
         }
      }
   },
   "provides" : {
      "DBIx::NoSQL::Store::Manager" : {
         "file" : "lib/DBIx/NoSQL/Store/Manager.pm",
         "version" : "v0.1.0"
      },
      "DBIx::NoSQL::Store::Manager::Model" : {
         "file" : "lib/DBIx/NoSQL/Store/Manager/Model.pm",
         "version" : "v0.1.0"
      },
      "DBIx::NoSQL::Store::Manager::StoreIndex" : {
         "file" : "lib/DBIx/NoSQL/Store/Manager/StoreIndex.pm",
         "version" : "v0.1.0"
      },
      "DBIx::NoSQL::Store::Manager::StoreKey" : {
         "file" : "lib/DBIx/NoSQL/Store/Manager/StoreKey.pm",
         "version" : "v0.1.0"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-dbix-nosql-store-manager at rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=DBIx-NoSQL-Store-Manager"
      },
      "homepage" : "http://search.cpan.org/dist/DBIx-NoSQL-Store-Manager/",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/yanick/DBIx-NoSQL-Store-Manager.git",
         "web" : "https://github.com/yanick/DBIx-NoSQL-Store-Manager"
      }
   },
   "version" : "0.1.0",
   "x_author_pledge" : {
      "version" : 1
   },
   "x_authority" : "cpan:YANICK"
}