projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b6c42ac
)
version 0.37_02
gfx [Sat, 3 Oct 2009 03:26:14 +0000 (12:26 +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
1f8e2e2
..
8c0df35
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.37_01';
+our $VERSION = '0.37_02';
use Exporter;
diff --git
a/lib/Mouse/Spec.pm
b/lib/Mouse/Spec.pm
index
03982f1
..
28e10a4
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.37_01';
+our $VERSION = '0.37_02';
our $MouseVersion = $VERSION;
our $MooseVersion = '0.90';