From b92d4a34c26ed30ab90755f3d2e5e4bc8dc3c321 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sun, 3 Mar 2024 14:33:33 +0100 Subject: [PATCH] Adding new deps. --- Build.PL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build.PL b/Build.PL index 7d786aa..4cca69d 100755 --- a/Build.PL +++ b/Build.PL @@ -12,6 +12,9 @@ my $build = Module::Build->new( 'Glib::IO' => 0, 'Glib::Object::Introspection' => 0, 'Path::Tiny' => 0, + 'DBD::SQLite' => 0, + 'DBI' => 0, + 'File::HomeDir' => 0, }, ); $build->create_build_script;