summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorToby Corkindale <tjc@wintrmute.net>2018-10-17 13:07:04 +1100
committerToby Corkindale <tjc@wintrmute.net>2018-10-17 13:07:04 +1100
commitf19e819ada8dc642e40b0d8f9d87c0b58fff3f9d (patch)
treed9709aa201b241fed1b289fa2d9c3238aab33438 /META.json
parent12616286c126ad511bee6aa3d3ce7f9c895938f7 (diff)
Checking in changes prior to tagging of version 1.27.
Changelog diff is: diff --git a/Changes b/Changes index c99296d..78d357b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Test::PostgreSQL. {{$NEXT}} + +1.27 2018-10-17T02:06:08Z - Use pg_version attribute to better handle -b and -f psql switches depending on installed PostgreSQL version - Updated docs to reflect the changes
Diffstat (limited to 'META.json')
-rw-r--r--META.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/META.json b/META.json
index bd3af64..01f9e9a 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
"Toby Corkindale, Kazuho Oku, Peter Mottram, Alex Tokarev, plus various contributors."
],
"dynamic_config" : 0,
- "generated_by" : "Minilla/v3.0.16, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "Minilla/v3.1.2, 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" : {
@@ -73,8 +73,9 @@
"web" : "https://github.com/TJC/Test-postgresql"
}
},
- "version" : "1.26",
+ "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>",
@@ -91,5 +92,6 @@
"Toby Corkindale <tjc@wintrmute.net>",
"root <root@altar.int.qindel.com>"
],
- "x_serialization_backend" : "JSON::PP version 2.97001"
+ "x_serialization_backend" : "JSON::PP version 2.27400_02",
+ "x_static_install" : 1
}