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