X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=404c68d45900912de2e2c2278be182ecc7bf7688;hp=9470cfdbb35667d22ffebd3b27062b4d5609d7d3;hb=fc352e2d141b3feaeee6a9606e803a05da5f5722;hpb=f81e2ecbb15c34e23a77c2cd76b15fcee4eac9f1 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 9470cfd..404c68d 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.26'; +our $VERSION = '0.27'; use Carp 'confess'; use Scalar::Util 'blessed';