diff --git a/Changes b/Changes index c19ebe9..c1ba8bd 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +[Changes for 0.70 - Thu Nov 29 01:45:54 CST 2012] + +* Don't check gpg version if gpg does not exist. + + This avoids unnecessary warnings during installation + when gpg executable is not installed. + + Contributed by: Kenichi Ishigaki + [Changes for 0.69 - Fri Nov 2 23:04:19 CST 2012] * Support for gpg under these alternate names: diff --git a/META.yml b/META.yml index 0a70a70..5ecd3dd 100644 --- a/META.yml +++ b/META.yml @@ -25,4 +25,4 @@ requires: perl: 5.005 resources: repository: http://github.com/audreyt/module-signature -version: 0.69 +version: 0.70 diff --git a/lib/Module/Signature.pm b/lib/Module/Signature.pm index d579515..0140f32 100644 --- a/lib/Module/Signature.pm +++ b/lib/Module/Signature.pm @@ -1,5 +1,5 @@ package Module::Signature; -$Module::Signature::VERSION = '0.69'; +$Module::Signature::VERSION = '0.70'; use 5.005; use strict;