X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=ea0f4fa350413bcd6f932558bb6bafc4f5f6ac81;hp=338f198ee567cbe1da60930a63ed8c983cdda280;hb=8c235ea79c109c704514acd56b10265220499d70;hpb=95ce77e0b3a80df1d1ff2a7111496b8dbeed0671 diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 338f198..ea0f4fa 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -38,7 +38,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.4501'; + our $VERSION = '0.46'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); @@ -350,7 +350,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.4501 +This document describes Mouse version 0.46 =head1 IMPLEMENTATIONS FOR