From a84215f6d3c62baeda974457b367bf42e4bbe997 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 28 May 2011 13:17:38 -0400 Subject: [PATCH] Change to a CPAN-friendly version string. --- lib/Crypt/Monkeysphere/MSVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.26.2