Wireshark-commits: [Wireshark-commits] rev 25802: /trunk/tools/ /trunk/tools/: checkAPIs.pl

Date: Wed, 23 Jul 2008 11:36:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25802

User: wmeier
Date: 2008/07/23 04:36 AM

Log:
 Disable value_string check for now.
 Apparently the "regex which matches double-quoted strings"
 doesn't work with some versions of Perl (eg: 5.8.8) if the
 string contains a 'line-continuation' (\ folowed by a new-line).
 (This works for Perl 5.10.0).
 So: disable value_string check until I look into this further.

Directory: /trunk/tools/
  Changes    Path            Action
  +1 -1      checkAPIs.pl    Modified