Add File::HomeDir and Environment::SQLite dependencies to Makefile.PL
This commit is contained in:
parent
d6d085ee6f
commit
5d5f9bba9b
1 changed files with 2 additions and 0 deletions
|
@ -8,5 +8,7 @@ WriteMakefile(
|
||||||
'DBD::SQLite' => 0,
|
'DBD::SQLite' => 0,
|
||||||
'Term::ReadLine' => 0,
|
'Term::ReadLine' => 0,
|
||||||
'Cwd' => 0,
|
'Cwd' => 0,
|
||||||
|
'File::HomeDir' => 0,
|
||||||
|
'Environment::SQLite' => 0,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue