projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
710f253
)
Bump version to 1.0.6 and update Changes
release_1.0.6
David Golden [Mon, 29 Aug 2011 19:46:56 +0000 (15:46 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8e2d20b
..
fd92082
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+1.0.6 2011-08-29 04:00:00
+ - Support PACKAGE BLOCK syntax (VPIT)
+
1.0.5 2011-08-02 09:45:00
- Localize $package::VERSION during version discovery (MIYAGAWA)
- Fix references to Module::Build::ModuleInfo [RT #66133] (DAGOLDEN)
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
bac040a
..
2016967
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.000005';
+$VERSION = '1.000006';
$VERSION = eval $VERSION;
use File::Spec;