<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 1, 2013, at 6:38 , Anton Yartsev <<a href="mailto:anton.yartsev@gmail.com">anton.yartsev@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  
    <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 01.05.2013 6:29, Jordan Rose wrote:<br>
    </div>
    <blockquote cite="mid:8369578E-5301-43AE-A5D0-26B0C9D0E3A0@apple.com" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div>Comments:</div>
      <div><br>
      </div>
      <div>
        <div>
          <blockquote type="cite">+use English;</blockquote>
          <br>
        </div>
      </div>
      <div>According to <a moz-do-not-send="true" href="http://perldoc.perl.org/English.html">http://perldoc.perl.org/English.html</a>,
        it's probably better to use </div>
      <div><br>
      </div>
      <div>use English qw( -no_match_vars ) ;</div>
      <div><br>
      </div>
      <div>...not that scan-build's startup time matters <i>that</i> much.</div>
    </blockquote>
    Currently this is used only for $OSNAME while short names are used
    for all other special perl variables.<br>
    Considering that using English affects performance, what about
    rolling back to $^O and adding explanatory comment instead?<br></div></blockquote></div><br><div>Ah, right, fair enough.</div><div><br></div><div>This looks good. Please go ahead and commit, but make sure that c++-analyzer is marked as executable for Unix-y systems.</div><div><br></div><div>Thank you!</div><div>Jordan</div></body></html>