X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=8c0df3579fbb7e103ca00b936c680004b9f17cfd;hb=deb9a0f32002cd07012c50884a227335b93f1449;hp=1f8e2e25758cbf398dfc6174caf8826e51a70ad8;hpb=fe1221ad348f436035e044ff9955b084415c3e7d;p=gitmo%2FMouse.git 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;