projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
88aaa04
)
bump version
Matt S Trout [Sat, 14 Jul 2012 16:12:15 +0000 (16:12 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
1566c65
..
1c68e23
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.091011'; # 0.91.11
+our $VERSION = '0.091012'; # 0.91.12
$VERSION = eval $VERSION;
require Moo::sification;