{
  "abstract" : "A tiny script to load CSV/TSV contents into a database table via DBI",
  "author" : [
     "Yasutaka ATARASHI <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132140",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "App-DBI-Loader",
  "prereqs" : {
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "6.30"
        }
     },
     "develop" : {
        "requires" : {
           "Pod::Coverage::TrustPod" : "0",
           "Test::Pod" : "1.41",
           "Test::Pod::Coverage" : "1.08"
        }
     },
     "runtime" : {
        "requires" : {
           "DBI" : "0",
           "Getopt::Config::FromPod" : "0",
           "String::Unescape" : "0",
           "perl" : "5.006"
        }
     },
     "test" : {
        "requires" : {
           "File::Spec" : "0",
           "IO::Handle" : "0",
           "IPC::Open3" : "0",
           "Test::Exception" : "0",
           "Test::More" : "0"
        },
        "suggests" : {
           "DBD::SQLite" : "0"
        }
     }
  },
  "release_status" : "stable",
  "resources" : {
     "homepage" : "https://github.com/yak1ex/App-DBI-Loader",
     "repository" : {
        "type" : "git",
        "url" : "https://github.com/yak1ex/App-DBI-Loader.git",
        "web" : "https://github.com/yak1ex/App-DBI-Loader"
     }
  },
  "version" : "v0.0.1"
}