projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
49e62c2
)
Bump to 0.16
Shawn M Moore [Thu, 5 Feb 2009 17:11:56 +0000 (17:11 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
dee42e2
..
5e66bbf
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Mouse
+0.16
+
0.15 Thu Feb 5 11:44:05 2009
* Don't export Mouse's sugar into the package 'main'
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
7ea314d
..
2743341
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.15';
+our $VERSION = '0.16';
BEGIN {
if ($ENV{MOUSE_DEBUG}) {