[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.52-61-gdf4f83f

? sunnavy sunnavy at bestpractical.com
Tue Jan 26 16:06:48 EST 2021


The branch, master has been updated
       via  df4f83fde353017ffb4a9a72d06ae4eeef00fcfe (commit)
       via  45b4eff48c54fbbd8f3184eb25aedad92fa1ea69 (commit)
       via  ca6f4540b48df84c2a16f9bbbd5ca4723abc8bfe (commit)
      from  aab1611ab93b436fc22b6763e3b4a6fdce7a622d (commit)

Summary of changes:
 Changes                | 4 ++++
 META.yml               | 3 ++-
 Makefile.PL            | 1 +
 lib/GnuPG/Interface.pm | 4 +++-
 4 files changed, 10 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 45b4eff48c54fbbd8f3184eb25aedad92fa1ea69
Merge: aab1611 ca6f454
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jan 27 04:57:47 2021 +0800

    Merge branch 'tainted-path'


commit df4f83fde353017ffb4a9a72d06ae4eeef00fcfe
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jan 27 05:03:14 2021 +0800

    Prep 1.01

diff --git a/Changes b/Changes
index 55e1ec6..3e9c55c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for GnuPG-Interface
 
+1.01 - 2021-01-26
+ - Make $gnupg->call('foo') update the internal GnuPG version number.
+ - Localize tainted PATH env to make exec happy
+
 1.0 - 2020-05-13
  - Limit support to GnuPG 2.2+ and 1.4
  - Additional information from keys when using GnuPG 2.2 or higher
diff --git a/META.yml b/META.yml
index 9c183c6..7da7e22 100644
--- a/META.yml
+++ b/META.yml
@@ -25,6 +25,7 @@ requires:
   Moo: '0.091011'
   MooX::HandlesVia: '0.001004'
   MooX::late: '0.014'
+  Scalar::Util: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: '1.00'
+version: '1.01'
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 884bce4..13b313e 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.00';
+$VERSION = '1.01';
 
 has passphrase => (
     isa     => 'Any',

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


More information about the Bps-public-commit mailing list