projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cf0ea13
)
increment version for 0.9.8
Matt S Trout [Fri, 3 Jun 2011 17:07:27 +0000 (17:07 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
f23fe10
..
bce8ad2
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.009007'; # 0.9.7
+our $VERSION = '0.009008'; # 0.9.8
$VERSION = eval $VERSION;
our %MAKERS;