projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b6ab683
)
bump version
Matt S Trout [Sat, 4 May 2013 20:28:30 +0000 (20:28 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
61f02b2
..
ad29606
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.001000'; # 1.1.0
+our $VERSION = '1.002000'; # 1.2.0
$VERSION = eval $VERSION;
require Moo::sification;