projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
debb3fc
)
bump version for release
Matt S Trout [Mon, 3 Oct 2011 05:41:21 +0000 (
05:41
+0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
175fd2c
..
023a460
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.009010'; # 0.9.10
+our $VERSION = '0.009011'; # 0.9.11
$VERSION = eval $VERSION;
our %MAKERS;