projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ecb13a
)
bump version for another devrel
Matt S Trout [Mon, 16 Apr 2012 08:28:08 +0000 (08:28 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
98bc057
..
34be24e
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.009_016'; # 0.9.16
+our $VERSION = '0.009_017'; # 0.9.17
$VERSION = eval $VERSION;
require Moo::sification;