1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Changes
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/GnuPG/Fingerprint.pm
lib/GnuPG/Handles.pm
lib/GnuPG/HashInit.pm
lib/GnuPG/Interface.pm
lib/GnuPG/Key.pm
lib/GnuPG/Options.pm
lib/GnuPG/PrimaryKey.pm
lib/GnuPG/PublicKey.pm
lib/GnuPG/Revoker.pm
lib/GnuPG/SecretKey.pm
lib/GnuPG/Signature.pm
lib/GnuPG/SubKey.pm
lib/GnuPG/UserAttribute.pm
lib/GnuPG/UserId.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
README
SIGNATURE
t/000_setup.t
t/clearsign.t
t/decrypt.t
t/detach_sign.t
t/encrypt.t
t/encrypt_symmetrically.t
t/export_keys.t
t/Fingerprint.t
t/get_public_keys.t
t/get_secret_keys.t
t/import_keys.t
t/Interface.t
t/list_public_keys.t
t/list_secret_keys.t
t/list_sigs.t
t/MyTest.pm
t/MyTestSpecific.pm
t/passphrase_handling.t
t/sign.t
t/sign_and_encrypt.t
t/taint_mode.t
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
test/fake-gpg-v1
test/fake-gpg-v2
test/fake-pinentry.pl
test/gpg.conf
test/key.1.asc
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
test/public-keys-sigs/2.1.test
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/public_keys.pgp
test/secret-keys/1.0.test
test/secret-keys/1.1.test
test/secret-keys/1.2.2.test
test/secret-keys/1.2.test
test/secret-keys/2.0.test
test/secret_keys.pgp
test/signed.1.asc
|