X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=be0ee4b6533a45efe4b795ad02fdad502a12fd45;hp=2743341a30aa09beada7423bb35d8325221bb05f;hb=949738a8e4009ad482721d7c11c5c3ad6fa61369;hpb=df963a63491f0c26a26592d51534d5d440bc6f26 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2743341..be0ee4b 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.16'; +our $VERSION = '0.17'; BEGIN { if ($ENV{MOUSE_DEBUG}) {