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"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.0.4",
   "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" : {
         "requires" : {
            "Carp" : "0",
            "DBI" : "0",
            "Hash::Merge" : "0",
            "SQL::Composer" : "0.13",
            "Storable" : "0",
            "perl" : "5.010"
         }
      },
      "test" : {
         "requires" : {
            "Test::Fatal" : "0",
            "Test::More" : "0.98",
            "Test::Spec" : "0"
         }
      }
   },
   "provides" : {
      "ObjectDB" : {
         "file" : "lib/ObjectDB.pm",
         "version" : "3.16"
      },
      "ObjectDB::DBHPool" : {
         "file" : "lib/ObjectDB/DBHPool.pm",
         "version" : "3.16"
      },
      "ObjectDB::DBHPool::Connection" : {
         "file" : "lib/ObjectDB/DBHPool/Connection.pm",
         "version" : "3.16"
      },
      "ObjectDB::Exception" : {
         "file" : "lib/ObjectDB/Exception.pm"
      },
      "ObjectDB::Factory" : {
         "file" : "lib/ObjectDB/Factory.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta" : {
         "file" : "lib/ObjectDB/Meta.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta::Relationship" : {
         "file" : "lib/ObjectDB/Meta/Relationship.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta::Relationship::ManyToMany" : {
         "file" : "lib/ObjectDB/Meta/Relationship/ManyToMany.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta::Relationship::ManyToOne" : {
         "file" : "lib/ObjectDB/Meta/Relationship/ManyToOne.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta::Relationship::OneToMany" : {
         "file" : "lib/ObjectDB/Meta/Relationship/OneToMany.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta::Relationship::OneToOne" : {
         "file" : "lib/ObjectDB/Meta/Relationship/OneToOne.pm",
         "version" : "3.16"
      },
      "ObjectDB::Meta::RelationshipFactory" : {
         "file" : "lib/ObjectDB/Meta/RelationshipFactory.pm",
         "version" : "3.16"
      },
      "ObjectDB::Quoter" : {
         "file" : "lib/ObjectDB/Quoter.pm",
         "version" : "3.16"
      },
      "ObjectDB::Related" : {
         "file" : "lib/ObjectDB/Related.pm",
         "version" : "3.16"
      },
      "ObjectDB::Related::ManyToMany" : {
         "file" : "lib/ObjectDB/Related/ManyToMany.pm",
         "version" : "3.16"
      },
      "ObjectDB::Related::ManyToOne" : {
         "file" : "lib/ObjectDB/Related/ManyToOne.pm",
         "version" : "3.16"
      },
      "ObjectDB::Related::OneToMany" : {
         "file" : "lib/ObjectDB/Related/OneToMany.pm",
         "version" : "3.16"
      },
      "ObjectDB::Related::OneToOne" : {
         "file" : "lib/ObjectDB/Related/OneToOne.pm",
         "version" : "3.16"
      },
      "ObjectDB::RelatedFactory" : {
         "file" : "lib/ObjectDB/RelatedFactory.pm",
         "version" : "3.16"
      },
      "ObjectDB::Stmt" : {
         "file" : "lib/ObjectDB/Table.pm"
      },
      "ObjectDB::Table" : {
         "file" : "lib/ObjectDB/Table.pm",
         "version" : "3.16"
      },
      "ObjectDB::Util" : {
         "file" : "lib/ObjectDB/Util.pm",
         "version" : "3.16"
      },
      "ObjectDB::With" : {
         "file" : "lib/ObjectDB/With.pm",
         "version" : "3.16"
      }
   },
   "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.16",
   "x_contributors" : [
      "vti <vti@clarive.com>",
      "vti <viacheslav.t@gmail.com>"
   ],
   "x_serialization_backend" : "JSON::PP version 2.27300_01"
}