projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5ed7d68
)
version bump
matthewt [Sun, 5 Dec 2010 19:15:52 +0000 (19:15 +0000)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
3f1d810
..
571415e
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-3,7
+3,7
@@
package Moo;
use strictures 1;
use Moo::_Utils;
-our $VERSION = '0.009002';
+our $VERSION = '0.009003'; # 0.9.3
$VERSION = eval $VERSION;
our %MAKERS;