X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=03aa91f796b12df955be64eb32e67670828353fe;hp=07b3acf042923dd4711fda85c38fa5455db2025d;hb=93ac97dd92e8c829816790b432a5638ad4585904;hpb=26b8407920156d9b31ae008ef8b9dcad29df5705 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 07b3acf..03aa91f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.28'; +our $VERSION = '0.29'; use Carp 'confess'; use Scalar::Util 'blessed';