aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-12 13:53:43 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-15 08:55:11 +0000
commitb5c88eda2e87502872419edda10044c2d5b7c607 (patch)
tree7a98090f8e36835e70cab173c3927824927f1a3b /cpanfile
parentdbbf26e8ba5b41e3672566addfc7d67e9dc1af67 (diff)
Add Cypress testing.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 707dcb006..8b22e2729 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';
+requires 'Test::PostgreSQL', '1.24';
requires 'CGI::Simple';
requires 'HTTP::Headers';
requires 'HTTP::Response';