From a3e8f376636476bbf0b840561b5fb190dedf1f8e Mon Sep 17 00:00:00 2001 From: "A. Karl Kornel" Date: Sat, 23 Jan 2016 01:01:38 -0800 Subject: Add Wallet module test requirements --- perl/Build.PL | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3