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