X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=2e71b9f73a6bee304c38c7c48f5c002c28a0c3ad;hb=7e2909e58c70dfb258ca1d10b334eaa6d8422852;hp=3db29a69cb75c58325ea15b8909faf87bac68e66;hpb=74be9978dced3fc4971aa2fd558ea33ea9c7968f;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 3db29a6..2e71b9f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ package Mouse; use strict; use warnings; -our $VERSION = '0.03'; +our $VERSION = '0.04'; use 5.006; use Sub::Exporter;