X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=d0ac617f201b17c12596d2c0c58f1e8dbc698b0a;hb=f15e804113bd71c954a90ffe44ced6ee2b762c4e;hp=7e32c39b54af50ab0f8ebd5640e4a4c87029983d;hpb=ca980dc4f492df68e6536c0c83a2d520adc43066;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 7e32c39..d0ac617 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.55'; + our $VERSION = '0.56'; 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.55 +This document describes Mouse version 0.56 =head1 IMPLEMENTATIONS FOR