X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=ea4977f1df7867c1112356b265cdde864b4ee382;hp=ea37765f23422c63e28b32e46e5d47161eff1622;hb=6b646f93cdb9d06f002b1bd548e3c47e3a6f5e84;hpb=6614c108c8352daf75d6991ec550d1f520bc76f1 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index ea37765..ea4977f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; use Carp 'confess'; use Scalar::Util 'blessed';