X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=7565154734d11a5a91cad37ed08b752d0008eaa8;hb=fdef448eeca7cc251e2fbb53a141919add2bd306;hp=f0e551fd02fc4b58aa01b4a138c7a5ba7a0c6d28;hpb=84787870ff8a3c5f9ba3af9c60edd6ada26da6da;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index f0e551f..7565154 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.51'; + our $VERSION = '0.52'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); @@ -365,7 +365,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.51 +This document describes Mouse version 0.52 =head1 IMPLEMENTATIONS FOR