The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: 'usable ORM'
author:
  - 'Viacheslav Tykhanovskyi'
build_requires:
  Test::Fatal: 0
  Test::More: 0.98
  Test::Spec: 0
configure_requires:
  CPAN::Meta: 0
  CPAN::Meta::Prereqs: 0
  Module::Build: 0.38
dynamic_config: 0
generated_by: 'Minilla/v0.14.1, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: ObjectDB
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  ObjectDB:
    file: lib/ObjectDB.pm
    version: 3.10
  ObjectDB::DBHPool:
    file: lib/ObjectDB/DBHPool.pm
    version: 3.10
  ObjectDB::DBHPool::Connection:
    file: lib/ObjectDB/DBHPool/Connection.pm
    version: 3.10
  ObjectDB::Exception:
    file: lib/ObjectDB/Exception.pm
    version: 0
  ObjectDB::Factory:
    file: lib/ObjectDB/Factory.pm
    version: 3.10
  ObjectDB::Meta:
    file: lib/ObjectDB/Meta.pm
    version: 3.10
  ObjectDB::Meta::Relationship:
    file: lib/ObjectDB/Meta/Relationship.pm
    version: 3.10
  ObjectDB::Meta::Relationship::ManyToMany:
    file: lib/ObjectDB/Meta/Relationship/ManyToMany.pm
    version: 3.10
  ObjectDB::Meta::Relationship::ManyToOne:
    file: lib/ObjectDB/Meta/Relationship/ManyToOne.pm
    version: 3.10
  ObjectDB::Meta::Relationship::OneToMany:
    file: lib/ObjectDB/Meta/Relationship/OneToMany.pm
    version: 3.10
  ObjectDB::Meta::Relationship::OneToOne:
    file: lib/ObjectDB/Meta/Relationship/OneToOne.pm
    version: 3.10
  ObjectDB::Meta::RelationshipFactory:
    file: lib/ObjectDB/Meta/RelationshipFactory.pm
    version: 3.10
  ObjectDB::Quoter:
    file: lib/ObjectDB/Quoter.pm
    version: 3.10
  ObjectDB::Related:
    file: lib/ObjectDB/Related.pm
    version: 3.10
  ObjectDB::Related::ManyToMany:
    file: lib/ObjectDB/Related/ManyToMany.pm
    version: 3.10
  ObjectDB::Related::ManyToOne:
    file: lib/ObjectDB/Related/ManyToOne.pm
    version: 3.10
  ObjectDB::Related::OneToMany:
    file: lib/ObjectDB/Related/OneToMany.pm
    version: 3.10
  ObjectDB::Related::OneToOne:
    file: lib/ObjectDB/Related/OneToOne.pm
    version: 3.10
  ObjectDB::RelatedFactory:
    file: lib/ObjectDB/RelatedFactory.pm
    version: 3.10
  ObjectDB::Stmt:
    file: lib/ObjectDB/Table.pm
    version: 0
  ObjectDB::Table:
    file: lib/ObjectDB/Table.pm
    version: 3.10
  ObjectDB::Util:
    file: lib/ObjectDB/Util.pm
    version: 3.10
  ObjectDB::With:
    file: lib/ObjectDB/With.pm
    version: 3.10
requires:
  Carp: 0
  DBI: 0
  Hash::Merge: 0
  SQL::Composer: 0.06
  Storable: 0
  perl: 5.010
resources:
  bugtracker: https://github.com/vti/object-db/issues
  homepage: https://github.com/vti/object-db
  repository: git://github.com/vti/object-db.git
version: 3.10
x_contributors:
  - 'vti <viacheslav.t@gmail.com>'