aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-02-09 14:21:21 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-02-09 14:22:21 +0000
commitf679923e7839064a9663d5ebe4f00e651f2b8f7e (patch)
treee6f2af994500dad7fc40ed1cb7c4e0c7365f42d8 /cpanfile
parentb029f3d084b0dbd4136f7fd48d2e222edc683b6f (diff)
Note couple of modules used more widely.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpanfile b/cpanfile
index a8592917d..e0a125a29 100644
--- a/cpanfile
+++ b/cpanfile
@@ -101,7 +101,6 @@ feature 'open311-endpoint', 'Open311::Endpoint specific requirements' => sub {
requires 'Data::Rx';
requires 'MooX::HandlesVia';
requires 'Types::Standard';
- requires 'LWP::Protocol::PSGI'; # for testing end-to-end
requires 'DateTime::Format::Oracle'; # for EXOR
};
@@ -118,14 +117,12 @@ requires 'File::ChangeNotify';
requires 'Path::Tiny';
requires 'File::Find::Rule';
-feature 'run-tests', 'Spin up a test database and config to run tests' => sub {
- requires 'Test::PostgreSQL';
-};
-
# Modules used by the test suite
+requires 'Test::PostgreSQL';
requires 'CGI::Simple';
requires 'HTTP::Headers';
requires 'HTTP::Response';
+requires 'LWP::Protocol::PSGI';
requires 'Sort::Key';
requires 'Sub::Override';
requires 'Test::Exception';
@@ -135,6 +132,7 @@ requires 'Test::More', '0.88';
requires 'Test::Warn';
requires 'Test::WWW::Mechanize::Catalyst';
requires 'Web::Scraper';
+requires 'Web::Simple';
#################################################################
#