projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78a56d8
)
bump version
Matt S Trout [Mon, 14 May 2012 20:37:37 +0000 (20:37 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
a00416d
..
c2e8d3e
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.091004'; # 0.91.4
+our $VERSION = '0.091005'; # 0.91.5
$VERSION = eval $VERSION;
require Moo::sification;