[Bps-public-commit] GnuPG-Interface branch, master, updated. 1.01-4-g75898d4
Jim Brandt
jbrandt at bestpractical.com
Fri Apr 9 17:03:53 EDT 2021
The branch, master has been updated
via 75898d416f45434c053ee0fb5be9d377116e7dd4 (commit)
from 422364bc09ab755f46d7d5e13d9124919b2204f1 (commit)
Summary of changes:
Changes | 3 +++
MANIFEST | 1 +
META.yml | 2 +-
lib/GnuPG/Interface.pm | 2 +-
4 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 75898d416f45434c053ee0fb5be9d377116e7dd4
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Apr 9 16:59:24 2021 -0400
Prep version 1.02
diff --git a/Changes b/Changes
index 3e9c55c..c5d756b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for GnuPG-Interface
+1.02 - 2021-04-09
+ - Work around an issue with CLI options for deleting secret keys in gpg 2.2
+
1.01 - 2021-01-26
- Make $gnupg->call('foo') update the internal GnuPG version number.
- Localize tainted PATH env to make exec happy
diff --git a/MANIFEST b/MANIFEST
index 8b9c4a4..aee3c1b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -52,6 +52,7 @@ t/UserId.t
t/verify.t
t/version_updates.t
t/wrap_call.t
+t/z_delete_keys.t
t/zzz_cleanup.t
test/encrypted.1.gpg
test/encrypted.2.gpg
diff --git a/META.yml b/META.yml
index 7da7e22..e7a15cf 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Scalar::Util: 0
resources:
license: http://dev.perl.org/licenses/
-version: '1.01'
+version: '1.02'
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 1324c07..905ae30 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -29,7 +29,7 @@ use GnuPG::Options;
use GnuPG::Handles;
use Scalar::Util 'tainted';
-$VERSION = '1.01';
+$VERSION = '1.02';
has passphrase => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list