projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
31ad406
)
bump version to 1.000016
Karen Etheridge [Thu, 22 Aug 2013 05:48:12 +0000 (22:48 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
bbc2618
..
4478d59
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Release history for Module-Metadata
+ - Re-release to fix prereqs and other metadata
+
1.000015 - 2013-08-21
- Change wording about safety/security to satisfy CVE-2013-1437
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
81c6351
..
a9a81ef
100644
(file)
--- a/
lib/Module/Metadata.pm
+++ b/
lib/Module/Metadata.pm
@@
-11,7
+11,7
@@
package Module::Metadata;
use strict;
use vars qw($VERSION);
-$VERSION = '1.000015';
+$VERSION = '1.000016';
$VERSION = eval $VERSION;
use Carp qw/croak/;