summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDon Armstrong <don@donarmstrong.com>2018-02-25 19:37:33 -0800
committerDon Armstrong <don@donarmstrong.com>2018-02-25 19:37:33 -0800
commit6252cdb7bbf9a1e328ece3fff3b2264da0dcccf5 (patch)
treead7ee10ab05b6f54b3d8e3210e277566936a15d6 /debian
parente52cec390f4f7ee981efa12749478b31917d1fe2 (diff)
add a Suggests: postgresql (because you probably want it installed)
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c78d234..c6e07ed 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
libmoo-perl,
libtry-tiny-perl,
libtype-tiny-perl
+Suggests: postgresql
Description: sets up and destroys temporary PostgreSQL instances for testing
Test::PostgreSQL automatically setups a PostgreSQL instance in a temporary
directory, and destroys it when the perl script exits.