aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index b50e433a8..cda6cc131 100644
--- a/cpanfile
+++ b/cpanfile
@@ -110,6 +110,10 @@ requires 'File::ChangeNotify';
requires 'Path::Tiny';
requires 'File::Find::Rule';
+feature 'test-wrapper', 'Spin up a test database and config to run tests' => sub {
+ requires 'Test::PostgreSQL';
+};
+
# Modules used by the test suite
requires 'CGI::Simple';
requires 'HTTP::Headers';