diff options
author | A. Karl Kornel <akkornel@stanford.edu> | 2016-01-23 01:01:38 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-23 15:21:55 -0800 |
commit | a3e8f376636476bbf0b840561b5fb190dedf1f8e (patch) | |
tree | 65bf5ebd8a1366b94d90077dfe062db7e5a3f4eb | |
parent | ddb39ce16a85d035c0197b83a14ec831822aeb19 (diff) |
Add Wallet module test requirements
-rw-r--r-- | perl/Build.PL | 4 |
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. |