From: W. Trevor King Date: Sun, 29 May 2011 01:54:22 +0000 (-0400) Subject: Crypt::Monkeysphere::MSVA requests GnuPG::Interface 0.43. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ce18e9c022c32d29af2a86506918abe0965f01e;p=monkeysphere-validation-agent.git Crypt::Monkeysphere::MSVA requests GnuPG::Interface 0.43. --- diff --git a/Build.PL b/Build.PL index 3ab13fb..69c3850 100644 --- a/Build.PL +++ b/Build.PL @@ -25,7 +25,7 @@ my $cm = Module::Build->new 'Crypt::X509' => '0.21', 'File::HomeDir' => '0.93', # 'GnuPG::Handles' => '0.42', (part of GnuPG::Interface) - 'GnuPG::Interface' => '0.42', + 'GnuPG::Interface' => '0.43', 'HTTP::Headers' => '6.00', 'HTTP::Request' => '6.00', 'HTTP::Server::Simple' => '0.42',