[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.46-5-g89c36ad
Alex Vandiver
alexmv at bestpractical.com
Mon Jan 27 17:07:19 EST 2014
The branch, master has been updated
via 89c36adc11fd617cd910ab9db1ec3ffc7494e6e3 (commit)
from 4ea1179457bda2c493154cb216527a128c2a3e54 (commit)
Summary of changes:
ChangeLog | 5 +++++
lib/GnuPG/Interface.pm | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 89c36adc11fd617cd910ab9db1ec3ffc7494e6e3
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jan 27 17:06:45 2014 -0500
Checking in changes prior to tagging of version 0.47_01.
Changelog diff is:
diff --git a/ChangeLog b/ChangeLog
index 8c46d6e..9d91430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+0.47_01 Mon Jan 27 17:03:17 EST 2014
+ Switch from Any::Moose to Moo
+ Accept "gpg (GnuPG/MacGPG2)" as a valid gpg version
+ Typo fixes in documentation
+
0.46 Thu Oct 25 14:04:17 EDT 2012
Add a ->search_keys method
diff --git a/ChangeLog b/ChangeLog
index 8c46d6e..9d91430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+0.47_01 Mon Jan 27 17:03:17 EST 2014
+ Switch from Any::Moose to Moo
+ Accept "gpg (GnuPG/MacGPG2)" as a valid gpg version
+ Typo fixes in documentation
+
0.46 Thu Oct 25 14:04:17 EDT 2012
Add a ->search_keys method
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 98fa156..35048d5 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -28,7 +28,7 @@ use Math::BigInt try => 'GMP';
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.46';
+$VERSION = '0.47_01';
has $_ => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list