[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.44
Jesse Vincent
jesse at bestpractical.com
Thu May 5 15:56:30 EDT 2011
The branch, master has been updated
via 063fe79afe52e041fb9ab39b749b25212ca7f65b (commit)
from e1e9c5333dfa682351e264faf49f0d6d007dd455 (commit)
Summary of changes:
ChangeLog | 4 ++++
lib/GnuPG/Interface.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 063fe79afe52e041fb9ab39b749b25212ca7f65b
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon May 2 21:43:33 2011 -0400
Checking in changes prior to tagging of version 0.44.
Changelog diff is:
diff --git a/ChangeLog b/ChangeLog
index a3ac4c8..088a4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.44 Mon May 2 21:36:13 EDT 2011
+
+ Bump Math::BigInt dependency to get the new 'try GMP' syntax.
+
0.43 Tue Mar 8 09:13:31 EST 2011
Stable release
diff --git a/ChangeLog b/ChangeLog
index a3ac4c8..088a4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.44 Mon May 2 21:36:13 EDT 2011
+
+ Bump Math::BigInt dependency to get the new 'try GMP' syntax.
+
0.43 Tue Mar 8 09:13:31 EST 2011
Stable release
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 2806f0e..ab4eea6 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -27,7 +27,7 @@ use Math::BigInt try => 'GMP';
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.43';
+$VERSION = '0.44';
has $_ => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list