projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6614c10
)
Bump to 0.21
Shawn M Moore [Fri, 10 Apr 2009 00:23:09 +0000 (20:23 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
0779106
..
80b46a6
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,9
@@
Revision history for Mouse
-0.20
+0.21
+
+
+0.20 Thu Apr 9 20:22:33 2009
* Squirrel is now deprecated. Use Any::Moose instead (Sartak)
* To improve Moose compat, the third argument to trigger
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
ea37765
..
ea4977f
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.20';
+our $VERSION = '0.21';
use Carp 'confess';
use Scalar::Util 'blessed';