[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.52-54-g41366c3

Jim Brandt jbrandt at bestpractical.com
Wed May 13 10:53:43 EDT 2020


The branch, master has been updated
       via  41366c351a8aeb46209f42552c487f4f64289a72 (commit)
      from  95c8af2d8326ac5c105521c4ed41905c8e84253a (commit)

Summary of changes:
 MANIFEST    | 14 +++++++++++---
 Makefile.PL |  1 +
 2 files changed, 12 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 41366c351a8aeb46209f42552c487f4f64289a72
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed May 13 10:53:39 2020 -0400

    Update MANIFEST and add . to path

diff --git a/MANIFEST b/MANIFEST
index d331caf..7c04bb9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -28,6 +28,7 @@ MANIFEST.SKIP
 META.yml
 README
 SIGNATURE
+t/000_setup.t
 t/clearsign.t
 t/decrypt.t
 t/detach_sign.t
@@ -50,11 +51,16 @@ t/sign_and_encrypt.t
 t/UserId.t
 t/verify.t
 t/wrap_call.t
+t/zzz_cleanup.t
 test/encrypted.1.gpg
+test/encrypted.2.gpg
+test/fake-pinentry.pl
+test/gpg.conf
 test/key.1.asc
-test/options
+test/new_secret.pgp
 test/passphrase
 test/plain.1.txt
+test/plain.2.txt
 test/public-keys-sigs/1.0.test
 test/public-keys-sigs/1.1.test
 test/public-keys-sigs/2.0.test
@@ -63,8 +69,10 @@ test/public-keys/1.0.test
 test/public-keys/1.1.test
 test/public-keys/2.0.test
 test/public-keys/2.1.test
-test/pubring.gpg
+test/public_keys.pgp
 test/secret-keys/1.0.test
+test/secret-keys/1.1.test
+test/secret-keys/1.2.test
 test/secret-keys/2.0.test
-test/secring.gpg
+test/secret_keys.pgp
 test/signed.1.asc
diff --git a/Makefile.PL b/Makefile.PL
index 4f15dbe..30101a1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+push @INC, '.';
 use strict;
 use warnings;
 use inc::Module::Install;

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


More information about the Bps-public-commit mailing list