projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
301616b
)
bump Moo.pm version
Matt S Trout [Mon, 14 Nov 2011 23:58:34 +0000 (23:58 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
f7633cd
..
c146af8
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.009011'; # 0.9.11
+our $VERSION = '0.009012'; # 0.9.12
$VERSION = eval $VERSION;
our %MAKERS;