[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.47_01-2-g3e2640e

Alex Vandiver alexmv at bestpractical.com
Fri Feb 14 11:17:45 EST 2014


The branch, master has been updated
       via  3e2640eb212e0e7a9b148e42b5b905950ca3ea4a (commit)
      from  84d64109ba92d9407ec395a23cb50c834c658ce2 (commit)

Summary of changes:
 ChangeLog              | 3 +++
 lib/GnuPG/Interface.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 3e2640eb212e0e7a9b148e42b5b905950ca3ea4a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Feb 14 11:17:32 2014 -0500

    Checking in changes prior to tagging of version 0.47_02.
    
    Changelog diff is:
    
    diff --git a/ChangeLog b/ChangeLog
    index 9d91430..96f959e 100644
    --- a/ChangeLog
    +++ b/ChangeLog
    @@ -1,3 +1,6 @@
    +0.47_02 Fri Feb 14 11:16:17 EST 2014
    +	Remove a stray 'use Data::Dumper::Concise' added in 0.47_01
    +
     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

diff --git a/ChangeLog b/ChangeLog
index 9d91430..96f959e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.47_02 Fri Feb 14 11:16:17 EST 2014
+	Remove a stray 'use Data::Dumper::Concise' added in 0.47_01
+
 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
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 35048d5..2d43220 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.47_01';
+$VERSION = '0.47_02';
 
 has $_ => (
     isa     => 'Any',

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list