{
  "abstract" : "usable ORM",
  "author" : [
     "Viacheslav Tykhanovskyi"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Minilla/v3.0.13",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "ObjectDB",
  "no_index" : {
     "directory" : [
        "t",
        "xt",
        "inc",
        "share",
        "eg",
        "examples",
        "author",
        "builder"
     ]
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "Module::Build::Tiny" : "0.035"
        }
     },
     "develop" : {
        "requires" : {
           "Test::CPAN::Meta" : "0",
           "Test::MinimumVersion::Fast" : "0.04",
           "Test::PAUSE::Permissions" : "0.04",
           "Test::Pod" : "1.41",
           "Test::Spellunker" : "v0.2.7"
        }
     },
     "runtime" : {
        "recommends" : {
           "DBIx::Inspector" : "0"
        },
        "requires" : {
           "Carp" : "0",
           "DBI" : "0",
           "SQL::Composer" : "0.19",
           "Storable" : "0",
           "perl" : "5.010"
        },
        "suggests" : {
           "DBD::Pg" : "0",
           "DBD::SQLite" : "0",
           "DBD::mysql" : "0"
        }
     },
     "test" : {
        "requires" : {
           "Test::Fatal" : "0",
           "Test::More" : "0.98"
        }
     }
  },
  "provides" : {
     "ObjectDB" : {
        "file" : "lib/ObjectDB.pm",
        "version" : "3.23"
     },
     "ObjectDB::DBHPool" : {
        "file" : "lib/ObjectDB/DBHPool.pm",
        "version" : "3.23"
     },
     "ObjectDB::DBHPool::Connection" : {
        "file" : "lib/ObjectDB/DBHPool/Connection.pm",
        "version" : "3.23"
     },
     "ObjectDB::Exception" : {
        "file" : "lib/ObjectDB/Exception.pm"
     },
     "ObjectDB::Factory" : {
        "file" : "lib/ObjectDB/Factory.pm",
        "version" : "3.23"
     },
     "ObjectDB::Iterator" : {
        "file" : "lib/ObjectDB/Iterator.pm"
     },
     "ObjectDB::Meta" : {
        "file" : "lib/ObjectDB/Meta.pm",
        "version" : "3.23"
     },
     "ObjectDB::Meta::Relationship" : {
        "file" : "lib/ObjectDB/Meta/Relationship.pm",
        "version" : "3.23"
     },
     "ObjectDB::Meta::Relationship::ManyToMany" : {
        "file" : "lib/ObjectDB/Meta/Relationship/ManyToMany.pm",
        "version" : "3.23"
     },
     "ObjectDB::Meta::Relationship::ManyToOne" : {
        "file" : "lib/ObjectDB/Meta/Relationship/ManyToOne.pm",
        "version" : "3.23"
     },
     "ObjectDB::Meta::Relationship::OneToMany" : {
        "file" : "lib/ObjectDB/Meta/Relationship/OneToMany.pm",
        "version" : "3.23"
     },
     "ObjectDB::Meta::Relationship::OneToOne" : {
        "file" : "lib/ObjectDB/Meta/Relationship/OneToOne.pm",
        "version" : "3.23"
     },
     "ObjectDB::Meta::RelationshipFactory" : {
        "file" : "lib/ObjectDB/Meta/RelationshipFactory.pm",
        "version" : "3.23"
     },
     "ObjectDB::Quoter" : {
        "file" : "lib/ObjectDB/Quoter.pm",
        "version" : "3.23"
     },
     "ObjectDB::Related" : {
        "file" : "lib/ObjectDB/Related.pm",
        "version" : "3.23"
     },
     "ObjectDB::Related::ManyToMany" : {
        "file" : "lib/ObjectDB/Related/ManyToMany.pm",
        "version" : "3.23"
     },
     "ObjectDB::Related::ManyToOne" : {
        "file" : "lib/ObjectDB/Related/ManyToOne.pm",
        "version" : "3.23"
     },
     "ObjectDB::Related::OneToMany" : {
        "file" : "lib/ObjectDB/Related/OneToMany.pm",
        "version" : "3.23"
     },
     "ObjectDB::Related::OneToOne" : {
        "file" : "lib/ObjectDB/Related/OneToOne.pm",
        "version" : "3.23"
     },
     "ObjectDB::RelatedFactory" : {
        "file" : "lib/ObjectDB/RelatedFactory.pm",
        "version" : "3.23"
     },
     "ObjectDB::Stmt" : {
        "file" : "lib/ObjectDB/Stmt.pm"
     },
     "ObjectDB::Table" : {
        "file" : "lib/ObjectDB/Table.pm",
        "version" : "3.23"
     },
     "ObjectDB::Util" : {
        "file" : "lib/ObjectDB/Util.pm",
        "version" : "3.23"
     },
     "ObjectDB::With" : {
        "file" : "lib/ObjectDB/With.pm",
        "version" : "3.23"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "web" : "https://github.com/vti/object-db/issues"
     },
     "homepage" : "https://github.com/vti/object-db",
     "repository" : {
        "url" : "git://github.com/vti/object-db.git",
        "web" : "https://github.com/vti/object-db"
     }
  },
  "version" : "3.23",
  "x_contributors" : [
     "vti <[email protected]>",
     "vti <[email protected]>"
  ],
  "x_serialization_backend" : "JSON::PP version 2.27400_02"
}