projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a341128
)
bump version
Matt S Trout [Sat, 5 May 2012 19:55:22 +0000 (19:55 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
f4023cb
..
0ba523e
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.091001'; # 0.91.1
+our $VERSION = '0.091002'; # 0.91.2
$VERSION = eval $VERSION;
require Moo::sification;