X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=75e2ba5041a6ef16428386f384f0e7848c36b804;hb=d58887328353bfd216406ff7d686b5a4877d1731;hp=37c38986345ec619bf70f70c8d71e17b9fa3d7f8;hpb=1038bfa9e8a49b9c9f9ce872c46800f9590da8ed;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 37c3898..75e2ba5 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -52,7 +52,7 @@ BEGIN{ # Because Mouse::Util is loaded first in all the Mouse sub-modules, # XS loader is placed here, not in Mouse.pm. - our $VERSION = '0.65'; + our $VERSION = '0.68'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL} || $ENV{PERL_ONLY}); @@ -365,7 +365,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.65 +This document describes Mouse version 0.68 =head1 IMPLEMENTATIONS FOR