projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1595b99
)
Bump to 0.15
Shawn M Moore [Sat, 20 Dec 2008 21:56:23 +0000 (21:56 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
12dd161
..
bc53675
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for Mouse
+0.15
+
+
0.14 Sat Dec 20 16:53:05 2008
* POD fix
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
2be14ae
..
72d6ba3
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,8
+4,7
@@
use warnings;
use 5.006;
use base 'Exporter';
-our $VERSION = '0.14';
-use 5.006;
+our $VERSION = '0.15';
BEGIN {
if ($ENV{MOUSE_DEBUG}) {