diff --git a/Build.PL b/Build.PL index 84a18b1..d8fe543 100644 --- a/Build.PL +++ b/Build.PL @@ -15,7 +15,8 @@ my $builder = Module::Build->new( }, configure_requires => { 'Module::Build' => 0.38 }, requires => { - 'perl' => '5.008', + 'perl' => '5.008', + 'Bitcoin::RPC::Client' => '0.07', }, add_to_cleanup => [ 'Hush-*' ], meta_merge => {