X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=fa4a1828883534cf3eef408a232088b15c322698;hp=0359e516997dc36fae14170e6b277f83a3b21ff8;hb=05a12aa45fbcd22111d4f5dde2736c8361540198;hpb=0d5a1d74596d2edc8604f53c60d2fdb7f71b7bd5 diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 0359e51..fa4a182 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'; + our $VERSION = '0.50_01'; 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 +This document describes Mouse version 0.50_01 =head1 IMPLEMENTATIONS FOR