diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-26 11:48:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-26 13:42:35 +0100 |
commit | d6469b885f86afbd307066a928a4007a579af7f6 (patch) | |
tree | a635569d80cb6e6adbcf0f1014641d95d4228739 /cpanfile | |
parent | 96d6d115c68d5e0a4b23612aa630c3e0de98daa5 (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-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |