projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f36ef7
)
bump version
Matt S Trout [Wed, 20 Jul 2011 04:46:13 +0000 (
04:46
+0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
b99f31f
..
32a2d3e
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-4,7
+4,7
@@
use strictures 1;
use Moo::_Utils;
use B 'perlstring';
-our $VERSION = '0.009009'; # 0.9.9
+our $VERSION = '0.009010'; # 0.9.10
$VERSION = eval $VERSION;
our %MAKERS;