diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-12 13:53:43 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-15 08:55:11 +0000 |
commit | b5c88eda2e87502872419edda10044c2d5b7c607 (patch) | |
tree | 7a98090f8e36835e70cab173c3927824927f1a3b /cpanfile | |
parent | dbbf26e8ba5b41e3672566addfc7d67e9dc1af67 (diff) |
Add Cypress testing.
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'; +requires 'Test::PostgreSQL', '1.24'; requires 'CGI::Simple'; requires 'HTTP::Headers'; requires 'HTTP::Response'; |