From: Shawn M Moore Date: Wed, 18 Feb 2009 01:19:18 +0000 (+0000) Subject: Bump to 0.18 X-Git-Tag: 0.19~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3a839396252098f03aee1595c5c9c11c45321fd;p=gitmo%2FMouse.git Bump to 0.18 --- diff --git a/Changes b/Changes index eee5a3e..0878084 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.18 + 0.17 Tue Feb 17 20:10:29 2009 * Load mro directly if Perl is recent enough (Nicholas Clark) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index be0ee4b..737dfc9 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.17'; +our $VERSION = '0.18'; BEGIN { if ($ENV{MOUSE_DEBUG}) {