From: Shawn M Moore Date: Tue, 21 Apr 2009 07:30:58 +0000 (-0400) Subject: Bump to 0.23 X-Git-Tag: 0.23~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=d5b41c02fdd3bb8c5c706a7578bae8b7a380b088;hp=6d86b341daeb2f616b25cdcecae809da8beb3c71 Bump to 0.23 --- diff --git a/Changes b/Changes index be4e7e6..9d87e5b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.23 + 0.22 Tue Apr 21 03:26:43 2009 * Regenerate broken signature (Sartak) rerpoted by Michael Gray [rt.cpan.org #45167] diff --git a/lib/Mouse.pm b/lib/Mouse.pm index fea2bfb..f5dc1a3 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.22'; +our $VERSION = '0.23'; use Carp 'confess'; use Scalar::Util 'blessed';