Bump to 0.15
Shawn M Moore [Sat, 20 Dec 2008 21:56:23 +0000 (21:56 +0000)]
Changes
lib/Mouse.pm

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
 
index 2be14ae..72d6ba3 100644 (file)
@@ -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}) {