X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=785f07c577bf1e5a589db3bb71576c06853c5cef;hp=17fc1888f0935ac98a89c0c7566e12870e751acd;hb=02bf7ed13ae5d43392767a38fe71e9606f1dba76;hpb=267711f78bd79835875f805447d3ab802a18f0c4 diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 17fc188..785f07c 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.4501'; + our $VERSION = '0.48'; my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); @@ -153,7 +153,7 @@ BEGIN { } return $type eq 'c3' ? [calculateMRO($classname)] - : $_get_linear_isa_dfs->($classname); + : $_get_linear_isa_dfs->($classname); }; } @@ -350,7 +350,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.4501 +This document describes Mouse version 0.48 =head1 IMPLEMENTATIONS FOR