From 5d5f9bba9b7d12d91b4ea3bb9279cceb899bbfdf Mon Sep 17 00:00:00 2001 From: kake26 Date: Mon, 14 Apr 2025 11:57:09 -0500 Subject: [PATCH] Add File::HomeDir and Environment::SQLite dependencies to Makefile.PL --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index c9a2e3e..b1640b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,5 +8,7 @@ WriteMakefile( 'DBD::SQLite' => 0, 'Term::ReadLine' => 0, 'Cwd' => 0, + 'File::HomeDir' => 0, + 'Environment::SQLite' => 0, }, );