projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20d1456
)
version 0.37
gfx [Mon, 28 Sep 2009 01:24:30 +0000 (10:24 +0900)]
lib/Mouse.pm
patch
|
blob
|
blame
|
history
lib/Mouse/Spec.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
7eec152
..
b21d31e
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use 5.006_002;
use strict;
use warnings;
-our $VERSION = '0.36';
+our $VERSION = '0.37';
use Exporter;
diff --git
a/lib/Mouse/Spec.pm
b/lib/Mouse/Spec.pm
index
886620c
..
53137b0
100644
(file)
--- a/
lib/Mouse/Spec.pm
+++ b/
lib/Mouse/Spec.pm
@@
-2,7
+2,7
@@
package Mouse::Spec;
use strict;
use warnings;
-our $VERSION = '0.36';
+our $VERSION = '0.37';
our $MouseVersion = $VERSION;
our $MooseVersion = '0.90';