summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-09-27 16:16:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-09-27 16:21:47 +0200
commit2bcc52b2e0b2397bd62dbba4db29b4fadc3870af (patch)
treeb384a1823fb6ebd83bd17c669a0325b99e136ec0 /cpanfile
parent660271c699a8c2a8d4051172f13bc3fbb520b88a (diff)
downloadApp-BorgRestore-2bcc52b2e0b2397bd62dbba4db29b4fadc3870af.tar.gz
App-BorgRestore-2bcc52b2e0b2397bd62dbba4db29b4fadc3870af.tar.xz
DB: Add assertion to check for missing files in databasedev
This is related to 62f5bc3ce90fedb396d103caae68dc2f211f1b16 and would trigger if the optimization prevents a path from being added to the database. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index d5db169..3ed141b 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,3 +1,4 @@
+requires 'Carp::Assert';
requires 'DBD::SQLite';
requires 'DBI';
requires 'Date::Parse';