{
   "abstract" : "Sensible database change management",
   "author" : [
      "\"iovation Inc., David E. Wheeler\""
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "mit"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "App-Sqitch",
   "no_index" : {
      "directory" : [
         "priv"
      ]
   },
   "optional_features" : {
      "exasol" : {
         "description" : "Support for managing Exasol databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::ODBC" : "1.59"
               }
            }
         }
      },
      "firebird" : {
         "description" : "Support for managing Firebird databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::Firebird" : "1.11",
                  "Time::HiRes" : "0",
                  "Time::Local" : "0"
               }
            }
         }
      },
      "mysql" : {
         "description" : "Support for managing MySQL databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::mysql" : "4.018",
                  "MySQL::Config" : "0"
               }
            }
         }
      },
      "odbc" : {
         "description" : "Include the ODBC driver.",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::ODBC" : "1.59"
               }
            }
         }
      },
      "oracle" : {
         "description" : "Support for managing Oracle databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::Oracle" : "1.23"
               }
            }
         }
      },
      "postgres" : {
         "description" : "Support for managing PostgreSQL databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::Pg" : "2.0"
               }
            }
         }
      },
      "snowflake" : {
         "description" : "Support for managing Snowflake databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::ODBC" : "1.59"
               }
            }
         }
      },
      "sqlite" : {
         "description" : "Support for managing SQLite databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::SQLite" : "1.37"
               }
            }
         }
      },
      "vertica" : {
         "description" : "Support for managing Vertica databases",
         "prereqs" : {
            "runtime" : {
               "requires" : {
                  "DBD::ODBC" : "1.59"
               }
            }
         }
      }
   },
   "prereqs" : {
      "build" : {
         "recommends" : {
            "Menlo::CLI::Compat" : "0"
         },
         "requires" : {
            "Module::Build" : "0.35"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.35"
         }
      },
      "develop" : {
         "recommends" : {
            "DBD::Firebird" : "1.11",
            "DBD::ODBC" : "1.59",
            "DBD::Pg" : "2.0",
            "DBD::SQLite" : "1.37",
            "DBD::mysql" : "4.018",
            "Dist::Zilla" : "5",
            "Dist::Zilla::Plugin::AutoPrereqs" : "0",
            "Dist::Zilla::Plugin::CPANFile" : "0",
            "Dist::Zilla::Plugin::ConfirmRelease" : "0",
            "Dist::Zilla::Plugin::ExecDir" : "0",
            "Dist::Zilla::Plugin::GatherDir" : "0",
            "Dist::Zilla::Plugin::License" : "0",
            "Dist::Zilla::Plugin::LocaleTextDomain" : "0",
            "Dist::Zilla::Plugin::Manifest" : "0",
            "Dist::Zilla::Plugin::ManifestSkip" : "0",
            "Dist::Zilla::Plugin::MetaJSON" : "0",
            "Dist::Zilla::Plugin::MetaNoIndex" : "0",
            "Dist::Zilla::Plugin::MetaResources" : "0",
            "Dist::Zilla::Plugin::MetaYAML" : "0",
            "Dist::Zilla::Plugin::ModuleBuild" : "0",
            "Dist::Zilla::Plugin::OptionalFeature" : "0",
            "Dist::Zilla::Plugin::OurPkgVersion" : "0",
            "Dist::Zilla::Plugin::Prereqs" : "0",
            "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0",
            "Dist::Zilla::Plugin::PruneCruft" : "0",
            "Dist::Zilla::Plugin::Readme" : "0",
            "Dist::Zilla::Plugin::RunExtraTests" : "0",
            "Dist::Zilla::Plugin::ShareDir" : "0",
            "Dist::Zilla::Plugin::TestRelease" : "0",
            "Dist::Zilla::Plugin::UploadToCPAN" : "0",
            "MySQL::Config" : "0",
            "Software::License::MIT" : "0",
            "Test::MockObject::Extends" : "1.20180705",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "Test::Spelling" : "0",
            "Time::HiRes" : "0",
            "Time::Local" : "0"
         },
         "requires" : {
            "DBD::Firebird" : "1.11",
            "DBD::ODBC" : "1.59",
            "DBD::Oracle" : "1.23",
            "DBD::Pg" : "2.0",
            "DBD::SQLite" : "1.37",
            "DBD::mysql" : "4.018",
            "MySQL::Config" : "0",
            "Time::HiRes" : "0",
            "Time::Local" : "0"
         },
         "suggests" : {
            "DBD::Oracle" : "1.23"
         }
      },
      "runtime" : {
         "recommends" : {
            "Class::XSAccessor" : "1.18",
            "Pod::Simple" : "1.41",
            "Template" : "0",
            "Type::Tiny::XS" : "0.010"
         },
         "requires" : {
            "Algorithm::Backoff::Exponential" : "0.006",
            "Clone" : "0",
            "Config::GitLike" : "1.15",
            "DBI" : "0",
            "DateTime" : "1.04",
            "DateTime::TimeZone" : "0",
            "Devel::StackTrace" : "1.30",
            "Digest::SHA" : "0",
            "Encode" : "0",
            "Encode::Locale" : "0",
            "File::Basename" : "0",
            "File::Copy" : "0",
            "File::Path" : "0",
            "File::Temp" : "0",
            "Getopt::Long" : "0",
            "Hash::Merge" : "0",
            "IO::Handle" : "0",
            "IO::Pager" : "0.34",
            "IPC::Run3" : "0",
            "IPC::System::Simple" : "1.17",
            "List::MoreUtils" : "0",
            "List::Util" : "0",
            "Locale::Messages" : "0",
            "Locale::TextDomain" : "1.20",
            "Moo" : "1.002000",
            "Moo::Role" : "0",
            "POSIX" : "0",
            "Path::Class" : "0.33",
            "PerlIO::utf8_strict" : "0",
            "Pod::Escapes" : "1.04",
            "Pod::Find" : "0",
            "Pod::Usage" : "0",
            "Scalar::Util" : "0",
            "StackTrace::Auto" : "0",
            "String::Formatter" : "0",
            "String::ShellQuote" : "0",
            "Sub::Exporter" : "0",
            "Sub::Exporter::Util" : "0",
            "Sys::Hostname" : "0",
            "Template::Tiny" : "0.11",
            "Term::ANSIColor" : "2.02",
            "Throwable" : "0.200009",
            "Time::HiRes" : "0",
            "Time::Local" : "0",
            "Try::Tiny" : "0",
            "Type::Library" : "0.040",
            "Type::Utils" : "0",
            "Types::Standard" : "0",
            "URI" : "0",
            "URI::QueryParam" : "0",
            "URI::db" : "0.19",
            "User::pwent" : "0",
            "constant" : "0",
            "if" : "0",
            "namespace::autoclean" : "0.16",
            "overload" : "0",
            "parent" : "0",
            "perl" : "5.010",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         },
         "suggests" : {
            "DBD::Firebird" : "1.11",
            "DBD::ODBC" : "1.59",
            "DBD::Oracle" : "1.23",
            "DBD::Pg" : "2.0",
            "DBD::SQLite" : "1.37",
            "DBD::mysql" : "4.018",
            "MySQL::Config" : "0",
            "Time::HiRes" : "0",
            "Time::Local" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Capture::Tiny" : "0.12",
            "Carp" : "0",
            "File::Find" : "0",
            "File::Spec" : "0",
            "File::Spec::Functions" : "0",
            "FindBin" : "0",
            "IO::Pager" : "0.34",
            "Module::Runtime" : "0",
            "Path::Class" : "0.33",
            "Test::Deep" : "0",
            "Test::Dir" : "0",
            "Test::Exception" : "0",
            "Test::File" : "0",
            "Test::File::Contents" : "0.20",
            "Test::MockModule" : "0.17",
            "Test::MockObject::Extends" : "0",
            "Test::More" : "0.94",
            "Test::NoWarnings" : "0.083",
            "Test::Warn" : "0",
            "base" : "0",
            "lib" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/sqitchers/sqitch/issues/"
      },
      "homepage" : "https://sqitch.org/",
      "repository" : {
         "url" : "https://github.com/sqitchers/sqitch/"
      }
   },
   "version" : "v1.2.0",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
   "x_spdx_expression" : "MIT"
}