X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FSpec.pm;h=03982f19c7e0890744e33aa87fb00e7fa7a3af5f;hb=cc08dff9f13ae25057d4e84ddfacb4bdf44fea67;hp=886620cb608bf7288daab43af0bf218ae40ab099;hpb=15cc3e179c0724ee3d786185b142f380d8e71aaf;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index 886620c..03982f1 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.36'; +our $VERSION = '0.37_01'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90';