projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a958e36
)
bump to 0.9.7 for the 'mst is an idiot' release
Matt S Trout [Fri, 25 Feb 2011 17:03:24 +0000 (17:03 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
662cd3d
..
f23fe10
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.009006'; # 0.9.6
+our $VERSION = '0.009007'; # 0.9.7
$VERSION = eval $VERSION;
our %MAKERS;