aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-26 11:48:55 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-26 13:42:35 +0100
commitd6469b885f86afbd307066a928a4007a579af7f6 (patch)
treea635569d80cb6e6adbcf0f1014641d95d4228739 /cpanfile
parent96d6d115c68d5e0a4b23612aa630c3e0de98daa5 (diff)
Fix issue with test database removal.
Upgrade Test::PostgreSQL, which fixes a bug delaying the end of test running, and introduces a nicer setup mechanism.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 8b22e2729..b3252efb8 100644
--- a/cpanfile
+++ b/cpanfile
@@ -130,7 +130,7 @@ recommends 'Linux::Inotify2' if $^O eq 'linux';
recommends 'Mac::FSEvents' if $^O eq 'darwin';
# Modules used by the test suite
-requires 'Test::PostgreSQL', '1.24';
+requires 'Test::PostgreSQL', '1.25';
requires 'CGI::Simple';
requires 'HTTP::Headers';
requires 'HTTP::Response';