X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=f5dc1a355f3b55fec5845d20a1e83caeff223d62;hp=fea2bfbf2fde0d33b5d671415c4824e00b81124c;hb=d5b41c02fdd3bb8c5c706a7578bae8b7a380b088;hpb=6d86b341daeb2f616b25cdcecae809da8beb3c71 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';