projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1e0dc31
)
bump version
Matt S Trout [Tue, 19 Jun 2012 14:11:18 +0000 (14:11 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
00aa4ed
..
1ae8f60
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.091007'; # 0.91.7
+our $VERSION = '0.091008'; # 0.91.8
$VERSION = eval $VERSION;
require Moo::sification;