X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=b21d31ec8d2a37a3b64c124d7e327beba35eb8f6;hb=b61e0c46b2d97c1363692dc93a40aa8195a4523a;hp=7eec152259feaa689f8d9d09ee91437c9945f0c4;hpb=01afd8ffba9b9783e84c6cfc8ba45e11a0f5d8f4;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 7eec152..b21d31e 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'; use Exporter;