The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Flexible Perl ORM for easy transitions from inline SQL to objects.",
   "author" : [
      "Guillaume Aubert <aubertg@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.131560",
   "license" : [
      "open_source"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "DBIx-NinjaORM",
   "no_index" : {
      "file" : [
         "t/lib/LocalTest.pm"
      ],
      "namespace" : [
         "TestSubclass"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "DBD::SQLite" : "0",
            "DBI" : "0",
            "Test::Deep" : "0",
            "Test::Exception" : "0",
            "Test::FailWarnings" : "0",
            "Test::More" : "0.94",
            "Test::Type" : "0",
            "Test::Warn" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Class::Load" : "0",
            "DBIx::Inspector" : "0",
            "Data::Dumper" : "0",
            "Data::Validate::Type" : "0",
            "Digest::SHA1" : "0",
            "Log::Any" : "0",
            "MIME::Base64" : "0",
            "Storable" : "0",
            "Try::Tiny" : "0",
            "perl" : "5.01"
         }
      }
   },
   "provides" : {
      "DBIx::NinjaORM" : {
         "file" : "lib/DBIx/NinjaORM.pm",
         "version" : "v3.0.1"
      },
      "DBIx::NinjaORM::Schema::Table" : {
         "file" : "lib/DBIx/NinjaORM/Schema/Table.pm",
         "version" : "v3.0.1"
      },
      "DBIx::NinjaORM::StaticClassInfo" : {
         "file" : "lib/DBIx/NinjaORM/StaticClassInfo.pm",
         "version" : "v3.0.1"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/guillaumeaubert/DBIx-NinjaORM/issues"
      },
      "homepage" : "https://metacpan.org/release/DBIx-NinjaORM",
      "license" : [
         "http://www.gnu.org/licenses/gpl-3.0.txt"
      ],
      "repository" : {
         "url" : "https://github.com/guillaumeaubert/DBIx-NinjaORM"
      }
   },
   "version" : "v3.0.1"
}