Skip to content

Commit

Permalink
* 0.70.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Nov 28, 2012
1 parent 4a0930f commit 86d9415
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -25,4 +25,4 @@ requires:
perl: 5.005
resources:
repository: http://github.com/audreyt/module-signature
version: 0.69
version: 0.70
2 changes: 1 addition & 1 deletion 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;
Expand Down

0 comments on commit 86d9415

Please sign in to comment.