summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2018-10-20 18:52:45 +0200
committergregor herrmann <gregoa@debian.org>2018-10-20 18:52:45 +0200
commit4222648049b27caaff7aea6f177b12153cc55fc5 (patch)
tree8add2272ab91d56d8f6cc36f2e5d939350d8dfd4 /META.json
parent4b49baa592350371eb734f14e6706c098559e604 (diff)
parentf19e819ada8dc642e40b0d8f9d87c0b58fff3f9d (diff)
New upstream version 1.27
Diffstat (limited to 'META.json')
-rw-r--r--META.json69
1 files changed, 54 insertions, 15 deletions
diff --git a/META.json b/META.json
index ba5d760..48c3850 100644
--- a/META.json
+++ b/META.json
@@ -1,10 +1,10 @@
{
"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.1.2",
"license" : [
"artistic_2"
],
@@ -15,21 +15,30 @@
"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,47 @@
"User::pwent" : "0",
"perl" : "5.014"
}
+ },
+ "test" : {
+ "requires" : {
+ "DBD::Pg" : "0",
+ "Test::SharedFork" : "0.06"
+ }
+ }
+ },
+ "provides" : {
+ "Test::PostgreSQL" : {
+ "file" : "lib/Test/PostgreSQL.pm",
+ "version" : "1.27"
}
},
"release_status" : "stable",
"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"
+ "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"
+ "version" : "1.27",
+ "x_contributors" : [
+ "Alex Tokarev <nohuhu@users.noreply.github.com>",
+ "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.27400_02",
+ "x_static_install" : 1
}