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