projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1159c8c
)
Bump version
Dagfinn Ilmari Mannsåker [Fri, 16 Nov 2012 10:29:28 +0000 (10:29 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
fdd46e2
..
962ff05
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 = '1.000005'; # 1.0.5
+our $VERSION = '1.000006'; # 1.0.6
$VERSION = eval $VERSION;
require Moo::sification;