projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
29b7537
)
Version 1.000014
1.000014
Tomas Doran [Thu, 9 May 2013 09:01:06 +0000 (10:01 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
4be0336
..
cfc90f9
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Release history for Module-Metadata
+1.000014 - 2014-05-09
- Remove "now installs to 'site' for perl 5.12+" from last version
1.000013 - 2013-05-08
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
0b48828
..
2f5cb7e
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.000013';
+$VERSION = '1.000014';
$VERSION = eval $VERSION;
use Carp qw/croak/;