summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2018-04-08 22:21:15 -0400
committerDan Book <grinnz@grinnz.com>2018-04-09 13:23:47 -0400
commit807f42ea9a35d1edb39ff3d2c846d3ffee19afdb (patch)
tree20dfd95e13cea8c61d3a2f8e895ec9bd0ffae451 /META.json
parent2485c7994de81580919d8503e3563e4f2dfe8a1d (diff)
convert to Minilla
Diffstat (limited to 'META.json')
-rw-r--r--META.json64
1 files changed, 48 insertions, 16 deletions
diff --git a/META.json b/META.json
index ba5d760..bd3af64 100644
--- a/META.json
+++ b/META.json
@@ -1,35 +1,44 @@
{
"abstract" : "PostgreSQL runner for tests",
"author" : [
- "Toby Corkindale, Kazuho Oku, Peter Mottram, plus various contributors."
+ "Toby Corkindale, Kazuho Oku, Peter Mottram, Alex Tokarev, plus various contributors."
],
"dynamic_config" : 0,
- "generated_by" : "Module::Install version 1.16, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Minilla/v3.0.16, CPAN::Meta::Converter version 2.150010",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Test-PostgreSQL",
"no_index" : {
"directory" : [
+ "t",
+ "xt",
"inc",
- "t"
+ "share",
+ "eg",
+ "examples",
+ "author",
+ "builder"
]
},
"prereqs" : {
- "build" : {
+ "configure" : {
"requires" : {
- "DBD::Pg" : "0",
- "ExtUtils::MakeMaker" : "6.59",
- "Test::SharedFork" : "0.06"
+ "Module::Build::Tiny" : "0.035"
}
},
- "configure" : {
+ "develop" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "Software::License" : "0",
+ "Test::CPAN::Meta" : "0",
+ "Test::MinimumVersion::Fast" : "0.04",
+ "Test::PAUSE::Permissions" : "0.04",
+ "Test::Pod" : "1.41",
+ "Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
@@ -47,17 +56,40 @@
"User::pwent" : "0",
"perl" : "5.014"
}
+ },
+ "test" : {
+ "requires" : {
+ "DBD::Pg" : "0",
+ "Test::SharedFork" : "0.06"
+ }
}
},
- "release_status" : "stable",
+ "release_status" : "unstable",
"resources" : {
- "license" : [
- "http://opensource.org/licenses/artistic-license-2.0.php"
- ],
+ "homepage" : "https://github.com/TJC/Test-postgresql",
"repository" : {
- "url" : "https://github.com/TJC/Test-postgresql"
+ "type" : "git",
+ "url" : "git://github.com/TJC/Test-postgresql.git",
+ "web" : "https://github.com/TJC/Test-postgresql"
}
},
"version" : "1.26",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "x_contributors" : [
+ "Alex Tokarev <tokarev@cpan.org>",
+ "Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>",
+ "Dan Book <grinnz@grinnz.com>",
+ "David Steinbrunner <dsteinbrunner@pobox.com>",
+ "Don Armstrong <don@donarmstrong.com>",
+ "Eric Radman <ericshane@eradman.com>",
+ "Matthew Somerville <matthew-github@dracos.co.uk>",
+ "Michal Sedlák <sedlakmichal@gmail.com>",
+ "Paul Williams <kwakwaversal@gmail.com>",
+ "Peter Mottram <peter@sysnix.com>",
+ "Russell Jenkins <russell.jenkins@strategicdata.com.au>",
+ "Russell Jenkins <russellj@strategicdata.com.au>",
+ "Toby <tobyc@strategicdata.com.au>",
+ "Toby Corkindale <tjc@wintrmute.net>",
+ "root <root@altar.int.qindel.com>"
+ ],
+ "x_serialization_backend" : "JSON::PP version 2.97001"
}