Codebase list libmoose-perl / 2666cb0
be less snarky and more accurate in Makefile warning for MSVC Karen Etheridge 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5656 return q{} unless $ret;
5757
5858 if ($Config{cc} =~ /^cl\b/i) {
59 warn 'you are using MSVC... my condolences.';
59 warn 'you are using MSVC... we may not have gotten some options quite right.';
6060 $ret .= ' /Fo$@';
6161 }
6262 else {