From: Shawn M Moore Date: Sat, 7 Mar 2009 00:14:59 +0000 (+0000) Subject: Bump to 0.19 X-Git-Tag: 0.19~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4ec764243251d46cffa30ae028beef530b0a432;p=gitmo%2FMouse.git Bump to 0.19 --- diff --git a/Changes b/Changes index 120c60d..0040d48 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.19 + 0.18 Fri Mar 6 19:09:33 2009 * Fix the issue preventing Mouse usage on Perl 5.6 - a bug in older Scalar::Util! (tokuhirom) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 6278e3d..5f6ea37 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.18'; +our $VERSION = '0.19'; use Carp 'confess'; use Scalar::Util 'blessed';