diff options
Diffstat (limited to 'perl/lib/Nix/Manifest.pm')
-rw-r--r-- | perl/lib/Nix/Manifest.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/lib/Nix/Manifest.pm b/perl/lib/Nix/Manifest.pm index 50e354c0c5bd..04c699b43e8d 100644 --- a/perl/lib/Nix/Manifest.pm +++ b/perl/lib/Nix/Manifest.pm @@ -2,6 +2,7 @@ package Nix::Manifest; use strict; use DBI; +use DBD::SQLite; use Cwd; use File::stat; use File::Path; |