X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=cb8fcd0c4f66b9afd3c1b64bc56867dd310c711e;hb=a4d5249cfe07046e7c8c6bbbecb97af544812ce1;hp=2f6161077281b84ea4f2673da2db0b66b3fe843c;hpb=6c169c5063b77a791818f5db2c1da3bd9b47d3f9;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2f61610..cb8fcd0 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -1,15 +1,13 @@ - package Mouse; use strict; use warnings; use 5.006; use base 'Exporter'; -our $VERSION; +our $VERSION = '0.13'; +use 5.006; BEGIN { - $VERSION = '0.12'; - if ($ENV{MOUSE_DEBUG}) { *DEBUG = sub (){ 1 }; } else {