projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
04e0cda
)
bump version to 0.30
sunnavy [Thu, 17 Sep 2009 12:15:39 +0000 (20:15 +0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
e01ae86
..
cb2f29f
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.30
+
0.29 Thu Sep 17 11:49:49 2009
* role class has ->meta in method_list, because it does in Moose since 0.90
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
03aa91f
..
264f32c
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use warnings;
use 5.006;
use base 'Exporter';
-our $VERSION = '0.29';
+our $VERSION = '0.30';
use Carp 'confess';
use Scalar::Util 'blessed';