projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eda5c71
)
bump version
Matt S Trout [Wed, 20 Jun 2012 18:06:11 +0000 (18:06 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
1ae8f60
..
6aa9cd2
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.091008'; # 0.91.8
+our $VERSION = '0.091009'; # 0.91.9
$VERSION = eval $VERSION;
require Moo::sification;