X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=140a1ea170cfb490aee4ab3ea1001aafba4dc653;hp=2e1bad9103a268116ce262842347d30f7dd4e766;hb=6430d96867560916b982239dbc583284559cd97e;hpb=2498d94c6e595a097da6a3d3574d82691d06ee07 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2e1bad9..140a1ea 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base 'Exporter'; -our $VERSION = '0.10'; +our $VERSION = '0.11'; use 5.006; use Carp 'confess';