X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FSpec.pm;h=f9af436b5bacb8151da829fa9ece14cdcc224b70;hb=0126c27c413cb63f67e66e09b0fdfeb92117503a;hp=f6b961382598ccac2f7abd606b9ca86d4adb5024;hpb=8f14f3a499eac923fc44e1b2f267ddab2f3e0c05;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index f6b9613..f9af436 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -2,7 +2,7 @@ package Mouse::Spec; use strict; use warnings; -our $VERSION = '0.37_03'; +our $VERSION = '0.37_04'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90';