X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=264f32cc29176f1099422d2f0a5435d8bda52575;hb=10389a8bffa67d857a7ec8332d82beb681bcfb18;hp=07b3acf042923dd4711fda85c38fa5455db2025d;hpb=2bcb073fa54be359dc1d6acc7237fc3b310c40ce;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 07b3acf..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.28'; +our $VERSION = '0.30'; use Carp 'confess'; use Scalar::Util 'blessed';