projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
17c4135
)
bump version
Matt S Trout [Sun, 15 Jul 2012 23:31:18 +0000 (23:31 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
1c68e23
..
863dceb
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-5,7
+5,7
@@
use Moo::_Utils;
use B 'perlstring';
use Sub::Defer ();
-our $VERSION = '0.091012'; # 0.91.12
+our $VERSION = '0.091013'; # 0.91.13
$VERSION = eval $VERSION;
require Moo::sification;