Adding new deps.
This commit is contained in:
parent
4ce778e10f
commit
b92d4a34c2
3
Build.PL
3
Build.PL
@ -12,6 +12,9 @@ my $build = Module::Build->new(
|
|||||||
'Glib::IO' => 0,
|
'Glib::IO' => 0,
|
||||||
'Glib::Object::Introspection' => 0,
|
'Glib::Object::Introspection' => 0,
|
||||||
'Path::Tiny' => 0,
|
'Path::Tiny' => 0,
|
||||||
|
'DBD::SQLite' => 0,
|
||||||
|
'DBI' => 0,
|
||||||
|
'File::HomeDir' => 0,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
$build->create_build_script;
|
$build->create_build_script;
|
||||||
|
Loading…
Reference in New Issue
Block a user