diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-15 10:15:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-15 10:15:01 +0000 |
commit | 40a3bfb7566b02db2eb6019adcbefeaa19ffb42f (patch) | |
tree | 5a7d1c442b40e621e2f9f375decda38e89518ffb /cpanfile | |
parent | 14570b18dd96d06f4b7c2aa11fade34aa8f06dad (diff) | |
parent | b5c88eda2e87502872419edda10044c2d5b7c607 (diff) |
Merge branch 'add-cypress'
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'; |