X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil.pm;h=4f663d873abe908fe0991f66676b81d2d2cfbead;hb=refs%2Ftags%2F0.66;hp=aa7bd736df04625b95b8e55c4fd13aee8d96bbf7;hpb=0a3d3fdbd1870409592ef689f926e02d3359cf55;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index aa7bd73..4f663d8 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -52,9 +52,9 @@ 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.62'; + our $VERSION = '0.66'; - my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL}); + my $xs = !(exists $INC{'Mouse/PurePerl.pm'} || $ENV{MOUSE_PUREPERL} || $ENV{PERL_ONLY}); if($xs){ # XXX: XSLoader tries to get the object path from caller's file name @@ -365,7 +365,7 @@ Mouse::Util - Features, with or without their dependencies =head1 VERSION -This document describes Mouse version 0.62 +This document describes Mouse version 0.66 =head1 IMPLEMENTATIONS FOR