Tweaks in Makefile.PL
gfx [Thu, 3 Dec 2009 01:48:34 +0000 (10:48 +0900)]
Makefile.PL

index b017211..91543a0 100755 (executable)
@@ -32,15 +32,15 @@ if(Mouse::Spec->MouseVersion =~ /_/){ # DEVEL RELEASE
 
 my $use_xs;
 
+if($] < 5.008_001){
+    $use_xs = 0;
+}
+
 for (@ARGV) {
     /^--pp$/ and $use_xs = 0;
     /^--xs$/ and $use_xs = 1;
 }
 
-if($] < 5.008_001){
-    $use_xs = 0;
-}
-
 if(!defined $use_xs){
     $use_xs = cc_available();
 }