projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d620629
)
bump version
Matt S Trout [Thu, 17 May 2012 19:41:51 +0000 (19:41 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
52bb066
..
7d076c9
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.091006'; # 0.91.6
+our $VERSION = '0.091007'; # 0.91.7
$VERSION = eval $VERSION;
require Moo::sification;