From 005810fa2ae1b378c8e0302b93539d5464e1fb67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Thu, 6 Jan 2022 09:13:45 +0100
Subject: [PATCH] feat: add Bloom::Filter dependency for updated deepfixity
 script (via @Steidl)

---
 tasks/install_packages.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/install_packages.yml b/tasks/install_packages.yml
index b96bc79..1ce00a5 100644
--- a/tasks/install_packages.yml
+++ b/tasks/install_packages.yml
@@ -40,6 +40,7 @@
     #    - "Getopt::Long"
     #    - "IO::Handle"
     # and these are not, so they must be installed using cpanm:
+    - "Bloom::Filter"
     - "File::Find"
     - "File::Sort"
     - "Path::Tiny"
-- 
GitLab