X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=edcd193889de24c4525c3bd084e7e04af549ff24;hp=c63cb52ac5d9462189b3e04ee856cff43d8e4538;hb=refs%2Ftags%2F0.50_03;hpb=4aaed9e5cc435a2085e46f4c98a3abc233ecacaf diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index c63cb52..edcd193 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.50_02'; + our $VERSION = '0.50_03'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); @@ -355,7 +355,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.50_02 +This document describes Mouse version 0.50_03 =head1 IMPLEMENTATIONS FOR