diff options
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'; |