projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c100c04
)
bump version
Matt S Trout [Mon, 7 May 2012 18:51:18 +0000 (18:51 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
cd65690
..
8b1859f
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.091003'; # 0.91.3
+our $VERSION = '0.091004'; # 0.91.4
$VERSION = eval $VERSION;
require Moo::sification;