X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=8c0df3579fbb7e103ca00b936c680004b9f17cfd;hp=1f8e2e25758cbf398dfc6174caf8826e51a70ad8;hb=a55f82bae0f11abaab7932c4deee4f924dec647a;hpb=b6c42ac07e8d9c499b948b0f9015978242550336 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 1f8e2e2..8c0df35 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use 5.006_002; use strict; use warnings; -our $VERSION = '0.37_01'; +our $VERSION = '0.37_02'; use Exporter;