projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e0daf7d
)
bump version for release
Matt S Trout [Wed, 2 May 2012 19:11:41 +0000 (19:11 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
01150ce
..
1875989
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-4,7
+4,7
@@
use strictures 1;
use Moo::_Utils;
use B 'perlstring';
-our $VERSION = '0.091000'; # 0.91.0
+our $VERSION = '0.091001'; # 0.91.1
$VERSION = eval $VERSION;
require Moo::sification;