From d98d4df70fa0b0c921578efb361645e290c01621 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Tue, 1 Feb 2022 16:32:39 +0100
Subject: [PATCH] useless dependency

---
 README.md                 | 1 -
 lib/AccountManager/App.pm | 1 -
 2 files changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 5aa4ac0..65bfeb4 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ It requires the following CPAN distributions:
 * Mojolicious-Plugin-TemplateToolkit
 * Rose-DB-Object
 * Template-Toolkit
-* UNIVERSAL-require
 * XML-LibXML
 
 Installation follows the usual autotools-based procedure:
diff --git a/lib/AccountManager/App.pm b/lib/AccountManager/App.pm
index 8eae7b5..37d16e7 100644
--- a/lib/AccountManager/App.pm
+++ b/lib/AccountManager/App.pm
@@ -5,7 +5,6 @@ use Mojo::Base qw(Mojolicious);
 use English qw(-no_match_vars);
 use Template::Constants qw(:chomp);
 use Syntax::Keyword::Try;
-use UNIVERSAL::require;
 
 use constant {
     ACCESSCHECK_VERSION => '1.2.0'
-- 
GitLab