projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d86b34
)
Bump to 0.23
Shawn M Moore [Tue, 21 Apr 2009 07:30:58 +0000 (
03:30
-0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
be4e7e6
..
9d87e5b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.23
+
0.22 Tue Apr 21 03:26:43 2009
* Regenerate broken signature (Sartak)
rerpoted by Michael Gray [rt.cpan.org #45167]
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
fea2bfb
..
f5dc1a3
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.22';
+our $VERSION = '0.23';
use Carp 'confess';
use Scalar::Util 'blessed';