X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=8c0df3579fbb7e103ca00b936c680004b9f17cfd;hb=deb956b335075f0bd0c41be54c01e5ac309592f1;hp=7eec152259feaa689f8d9d09ee91437c9945f0c4;hpb=01afd8ffba9b9783e84c6cfc8ba45e11a0f5d8f4;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 7eec152..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.36'; +our $VERSION = '0.37_02'; use Exporter;