projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a328549
)
version bump for release
Matt S Trout [Sat, 15 Dec 2012 21:01:02 +0000 (21:01 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
867869b
..
a5f869c
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.000006'; # 1.0.6
+our $VERSION = '1.000007'; # 1.0.7
$VERSION = eval $VERSION;
require Moo::sification;