projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ac8db28
)
Bump version for next release (soonish, I hope0
Dave Rolsky [Mon, 15 Sep 2008 16:58:27 +0000 (16:58 +0000)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
cea9fa3
..
b639039
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-6,7
+6,7
@@
use warnings;
use 5.008;
-our $VERSION = '0.57';
+our $VERSION = '0.58';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';