X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=be0ee4b6533a45efe4b795ad02fdad502a12fd45;hb=949738a8e4009ad482721d7c11c5c3ad6fa61369;hp=7ea314d2e879a68fc9bf62d5755ef11499479efd;hpb=7ca75105077a853f05aa08bfdc2d1adc76bcb364;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 7ea314d..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.15'; +our $VERSION = '0.17'; BEGIN { if ($ENV{MOUSE_DEBUG}) {