X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=7ca956bae4ddce43b7f2ba77e223d382857dda6e;hp=ea0f4fa350413bcd6f932558bb6bafc4f5f6ac81;hb=bd76a699d654075009bb9fd707021721eecf8299;hpb=1a8951d105e921ff1225439bc981b985ed1b1f4e diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index ea0f4fa..7ca956b 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.46'; + our $VERSION = '0.47'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); @@ -350,7 +350,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.46 +This document describes Mouse version 0.47 =head1 IMPLEMENTATIONS FOR