projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ef21bc3
)
0.91.10 version bump
Matt S Trout [Tue, 26 Jun 2012 19:31:16 +0000 (19:31 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
1dd93ef
..
07612b8
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.091009'; # 0.91.9
+our $VERSION = '0.091010'; # 0.91.10
$VERSION = eval $VERSION;
require Moo::sification;