X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=1355aa7968f69939a99dd3ff8a1dbee35634cc3b;hp=acac4dde214c7fe69a8f50f6f2eb18211101c1b2;hb=4c0fe06fa87e7c2c4ed1666e77ed52ae020f19d7;hpb=cf59b7151d2b476a74b5abd84af37770ad4cf387 diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index acac4dd..1355aa7 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.40_09'; + our $VERSION = '0.41'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); @@ -344,7 +344,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.40_09 +This document describes Mouse version 0.41 =head1 IMPLEMENTATIONS FOR