From: Shawn M Moore Date: Sat, 20 Dec 2008 21:56:23 +0000 (+0000) Subject: Bump to 0.15 X-Git-Tag: 0.19~108 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8aeec00e16ce77ccab0e5222106b2b83979edb5f;p=gitmo%2FMouse.git Bump to 0.15 --- diff --git a/Changes b/Changes index 12dd161..bc53675 100644 --- 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 --- 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}) {