From 63ec2544e257e972188a364653bd7f6a1e0aec40 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <art1@andreas-romeyke.de>
Date: Mon, 1 Nov 2021 10:03:11 +0100
Subject: [PATCH] - added local lib/ to @INC

---
 bin/slubsipbuilderbagit.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl
index 91089ff..14724f9 100644
--- a/bin/slubsipbuilderbagit.pl
+++ b/bin/slubsipbuilderbagit.pl
@@ -42,7 +42,7 @@
 
 use strict;
 use warnings;
-
+use lib './lib';
 
 #===============================================================================
 
-- 
GitLab