From 00967c7637234e23e51d4b5a3cb41d068e0d625d Mon Sep 17 00:00:00 2001 From: getriot Date: Fri, 17 Jan 2025 01:31:48 +0100 Subject: [PATCH] added Env::Util library to cpanfile --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 3a9a4a5..69af5a3 100644 --- a/cpanfile +++ b/cpanfile @@ -1,5 +1,5 @@ #cpanfile requires 'Module::Reload'; -requires 'Env::Dot'; +requires 'ENV::Util'; requires 'JSON'; \ No newline at end of file