projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
834fbe1
)
version 0.34
gfx [Fri, 25 Sep 2009 13:00:42 +0000 (22:00 +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
e3378a6
..
d4ab925
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.33_01';
+our $VERSION = '0.34';
use Exporter;
diff --git
a/lib/Mouse/Spec.pm
b/lib/Mouse/Spec.pm
index
f422d71
..
e98cfd7
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.33';
+our $VERSION = '0.34';
our $MouseVersion = $VERSION;
our $MooseVersion = '0.90';