projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b79fc28
)
Bump to 0.26
Shawn M Moore [Fri, 19 Jun 2009 16:09:29 +0000 (12:09 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
4622eb8
..
b715925
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.26
+
0.25 Fri Jun 19 12:05:42 2009
* Fix SIGNATURE (reported by daxim) ... by removing it :)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
97142d4
..
9470cfd
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.25';
+our $VERSION = '0.26';
use Carp 'confess';
use Scalar::Util 'blessed';