projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
912fa38
)
version 0.31
gfx [Tue, 22 Sep 2009 02:08:41 +0000 (11:08 +0900)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
c086c39
..
52cb806
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,6
@@
Revision history for Mouse
-0.31
+0.31 Tue Sep 22 11:08:12 2009
* Add find_meta() and does_role() to Mouse::Util (gfx)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
8244532
..
771d32e
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.30';
+our $VERSION = '0.31';
use Carp 'confess';
use Scalar::Util 'blessed';