X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=d57d75ed3b93747288ba466b8616580daf3ebbeb;hb=b1980b8685d838da4ca48e82596e2fb3ecb5341b;hp=877fc6ff7a9e0856155cc72593ff3131f26fd650;hpb=4352306000f5015a5984891845a5016fa7c831a4;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 877fc6f..d57d75e 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ use 5.006_002; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.37_02'; +our $VERSION = '0.37_03'; use Carp qw(confess); use Scalar::Util qw(blessed);