{
   "abstract" : "Seamless database schema up- and downgrades",
   "author" : [
      "Sebastian Riedel, <kraihx@gmail.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4234",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "DBIx-Migration",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "CPAN::Meta::Converter" : "2.15001",
            "CPAN::Meta::YAML" : "0.02",
            "JSON::PP" : "4.16",
            "Module::Build" : "0.42"
         }
      },
      "runtime" : {
         "recommends" : {
            "Test::Needs" : "0",
            "Test::Pod" : "1.26",
            "Test::Pod::Coverage" : "1.04",
            "Text::Table::Tiny" : "1.02"
         },
         "requires" : {
            "DBI" : "1.33",
            "File::Spec" : "0",
            "Log::Any" : "1.044",
            "Module::Load::Conditional" : "0.6",
            "Moo" : "0",
            "MooX::SetOnce" : "0",
            "MooX::StrictConstructor" : "0",
            "Path::Tiny" : "0.062",
            "PerlX::Maybe" : "0",
            "Pod::Find" : "0",
            "Pod::Usage" : "1.64",
            "Try::Tiny" : "0",
            "Types::Path::Tiny" : "0",
            "namespace::clean" : "0",
            "perl" : "v5.8.9"
         }
      },
      "test" : {
         "requires" : {
            "DBD::Mock" : "0",
            "DBD::SQLite" : "0",
            "Test::API" : "0",
            "Test::DatabaseRow" : "0",
            "Test::Deep" : "0",
            "Test::Fatal" : "0",
            "Test::More" : "1.001005",
            "Test::Output" : "0",
            "Test::PostgreSQL" : "0"
         }
      }
   },
   "provides" : {
      "DBIx::Migration" : {
         "file" : "lib/DBIx/Migration.pm",
         "version" : "0.20"
      },
      "DBIx::Migration::CLI" : {
         "file" : "lib/DBIx/Migration/CLI.pm"
      },
      "DBIx::Migration::Pg" : {
         "file" : "lib/DBIx/Migration/Pg.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/XSven/perl-dbix-migration/issues"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/XSven/perl-dbix-migration.git"
      }
   },
   "version" : "0.20",
   "x_serialization_backend" : "JSON::PP version 4.16"
}