X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=771d32e6142cbde7913175327816dbf6d86cc185;hb=f6e5adac67578b48faa24c78a44532fa0c0f39ad;hp=8244532964ab5876ed89f212cebd7c80499094e8;hpb=08f7a8dbc5e48fcece4396a500d37bb2c6e45b74;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 8244532..771d32e 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.30'; +our $VERSION = '0.31'; use Carp 'confess'; use Scalar::Util 'blessed';