diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-02-09 14:21:21 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-02-09 14:22:21 +0000 |
commit | f679923e7839064a9663d5ebe4f00e651f2b8f7e (patch) | |
tree | e6f2af994500dad7fc40ed1cb7c4e0c7365f42d8 /cpanfile | |
parent | b029f3d084b0dbd4136f7fd48d2e222edc683b6f (diff) |
Note couple of modules used more widely.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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'; ################################################################# # |