From: W. Trevor King Date: Sat, 28 May 2011 17:17:38 +0000 (-0400) Subject: Change to a CPAN-friendly version string. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a84215f6d3c62baeda974457b367bf42e4bbe997;p=monkeysphere-validation-agent.git Change to a CPAN-friendly version string. --- diff --git a/lib/Crypt/Monkeysphere/MSVA.pm b/lib/Crypt/Monkeysphere/MSVA.pm index c1e731d..c709c75 100755 --- a/lib/Crypt/Monkeysphere/MSVA.pm +++ b/lib/Crypt/Monkeysphere/MSVA.pm @@ -45,7 +45,7 @@ # we need the version of GnuPG::Interface that knows about pubkey_data, etc: use GnuPG::Interface 0.43; - $VERSION = '0.9~pre'; + $VERSION = '0.09_001'; my $gnupg = GnuPG::Interface::->new(); $gnupg->options->quiet(1);