X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=1f8e2e25758cbf398dfc6174caf8826e51a70ad8;hp=b21d31ec8d2a37a3b64c124d7e327beba35eb8f6;hb=fe1221ad348f436035e044ff9955b084415c3e7d;hpb=dd2d7f1ac8669339759624c875ce997ca26bd64f diff --git a/lib/Mouse.pm b/lib/Mouse.pm index b21d31e..1f8e2e2 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'; +our $VERSION = '0.37_01'; use Exporter;