Adding new deps.

This commit is contained in:
Sergiotarxz 2024-03-03 14:33:33 +01:00
parent 4ce778e10f
commit b92d4a34c2
1 changed files with 3 additions and 0 deletions

View File

@ -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;