aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl/Build.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/Build.PL b/perl/Build.PL
index c50e569..70c3972 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -48,6 +48,10 @@ my $build = Module::Build->new(
'Net::Remctl' => 0,
WebAuth => 0,
},
+ test_requires => {
+ 'Crypt::GeneratePassword' => 0,
+ 'DateTime::Format::SQLite' => 0,
+ },
);
# Generate the build script.