projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
71db76c
)
bump version
Matt S Trout [Sun, 6 May 2012 19:56:25 +0000 (19:56 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
a65bdb5
..
5d47641
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.091002'; # 0.91.2
+our $VERSION = '0.091003'; # 0.91.3
$VERSION = eval $VERSION;
require Moo::sification;