X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=38714bf86d7236c9eb6f19762cf72c3b417afe98;hp=46216eca1992b746b13446567888197109d8bc85;hb=17ae5974bc8594c7d3deb46eb7db0b383fb80a95;hpb=13b9990881cb1c765a47711fc4eb0d47a404c756 diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 46216ec..38714bf 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.59'; + our $VERSION = '0.60'; 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.59 +This document describes Mouse version 0.60 =head1 IMPLEMENTATIONS FOR