projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5da684a
)
bump version to 0.9.6 for point release
Matt S Trout [Fri, 25 Feb 2011 16:43:35 +0000 (16:43 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
03e406c
..
ddb9779
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-3,7
+3,7
@@
package Moo;
use strictures 1;
use Moo::_Utils;
-our $VERSION = '0.009005'; # 0.9.5
+our $VERSION = '0.009006'; # 0.9.6
$VERSION = eval $VERSION;
our %MAKERS;