X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=97142d4c63e6323601f84a4249d4595b314bcc5d;hp=9cca1dc7222abb22dfb6c8fb8543022eb2eb1b16;hb=efeb6d0c0f94adf6e09f4c6db5806cfe463fcc60;hpb=b03fda9f71bd6f81a435f1df67be4131da86189d diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 9cca1dc..97142d4 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.24'; +our $VERSION = '0.25'; use Carp 'confess'; use Scalar::Util 'blessed';