X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=7cdd2438554c0376cc29eb93cda092fea84e3e6f;hp=22792c9d0bfdd5eaae47feca30b4c45059df89bf;hb=448fbe3285470e2885ab4e105044fa84bdc9e078;hpb=aa1bb1ab26d854faa03e05afaaa9614b660280c6 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 22792c9..7cdd243 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.23'; +our $VERSION = '0.24'; use Carp 'confess'; use Scalar::Util 'blessed';