projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ee22f92
)
bump version
Matt S Trout [Wed, 27 Jun 2012 00:45:30 +0000 (
00:45
+0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
25d50e0
..
76ed286
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.091010'; # 0.91.10
+our $VERSION = '0.091011'; # 0.91.11
$VERSION = eval $VERSION;
require Moo::sification;