projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
71bd6a8
)
version bump - 1.0
Matt S Trout [Wed, 18 Jul 2012 20:04:30 +0000 (20:04 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
35c2df6
..
ed2549e
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 = '0.091014'; # 0.91.14
+our $VERSION = '1.000000'; # 1.0.0
$VERSION = eval $VERSION;
require Moo::sification;