X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=a18bef8f807e6152f0f01126b32d4fc447ccaeef;hp=1e7e5d01263b73ced3e620518ea10cfbf1b91c5b;hb=ef9070cc6ee59ca3691f3765ad96ef0922e064ca;hpb=4fcab48881ecd200c3d83d563fccda833fdc5c28 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 1e7e5d0..a18bef8 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.32'; +our $VERSION = '0.33'; use Carp 'confess'; use Scalar::Util 'blessed';