projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
787f84c
)
Tweaks in Makefile.PL
gfx [Thu, 3 Dec 2009 01:48:34 +0000 (10:48 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b017211
..
91543a0
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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();
}