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, }, );