projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a3525e9
)
version bump to 0.05
Yuval Kogman [Tue, 17 Jun 2008 01:58:23 +0000 (
01:58
+0000)]
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
22d8b2d
..
ae3a0b7
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-3,7
+3,7
@@
package Mouse;
use strict;
use warnings;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
use 5.006;
use Sub::Exporter;