projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
70b4b43
)
bump version to 0.009014
Matt S Trout [Thu, 29 Mar 2012 19:39:37 +0000 (19:39 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
d769b72
..
6202171
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.009013'; # 0.9.13
+our $VERSION = '0.009014'; # 0.9.13
$VERSION = eval $VERSION;
our %MAKERS;