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