X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=7e32c39b54af50ab0f8ebd5640e4a4c87029983d;hb=refs%2Ftags%2F0.55;hp=22a3a38c40138a3bc870cc313e62c45fb594418b;hpb=1759509c4361c0a44d57bb501d464740247e2dc0;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 22a3a38..7e32c39 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.54'; + our $VERSION = '0.55'; 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.54 +This document describes Mouse version 0.55 =head1 IMPLEMENTATIONS FOR