X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=e6a0c6724796c2ed2defc65266686d2393acdc74;hp=122282324d8103a22bf580e558de4476f6b0e450;hb=df6dd016657118a06b408d21767dbc9b4ca476b9;hpb=0e81c55d54fbd14fb67d6f22c184df2d0d7059c0 diff --git a/Makefile.PL b/Makefile.PL index 1222823..e6a0c67 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,12 +22,12 @@ include 'Test::Exception'; # work around 0.27_0x (its use of diehook might be wr recommends 'MRO::Compat' if $] < 5.010; -my $use_xs; - -for (@ARGV) { - /^--pp$/ and $use_xs = 0; - /^--xs$/ and $use_xs = 1; -} +my $use_xs; + +for (@ARGV) { + /^--pp$/ and $use_xs = 0; + /^--xs$/ and $use_xs = 1; +} if(!defined $use_xs){ configure_requires 'ExtUtils::CBuilder';