projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d17c7c
)
bump version
Matt S Trout [Wed, 3 Oct 2012 16:50:39 +0000 (16:50 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
c3788d9
..
ab9f1d0
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.000003'; # 1.0.3
+our $VERSION = '1.000004'; # 1.0.4
$VERSION = eval $VERSION;
require Moo::sification;