projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b2a583f
)
version 0.32
gfx [Tue, 22 Sep 2009 07:47:49 +0000 (16:47 +0900)]
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
6948ce5
..
6a08ba6
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.31';
+our $VERSION = '0.32';
sub moose_version(){ 0.90 } # which Mouse is a subset of