From 2bcc52b2e0b2397bd62dbba4db29b4fadc3870af Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 27 Sep 2020 16:16:44 +0200 Subject: DB: Add assertion to check for missing files in database 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 --- META.json | 1 + 1 file changed, 1 insertion(+) (limited to 'META.json') diff --git a/META.json b/META.json index 323c506..7abfe8a 100644 --- a/META.json +++ b/META.json @@ -43,6 +43,7 @@ }, "runtime" : { "requires" : { + "Carp::Assert" : "0", "DBD::SQLite" : "0", "DBI" : "0", "Date::Parse" : "0", -- cgit v1.2.3-24-g4f1b