Sat May 05 06:17:42 2012: Request 43574 was acted upon. Transaction: Correspondence added by patcat88 Queue: Win32-OLE Subject: Could't use default event source if it begins with underscore character Broken in: 0.1709 Severity: Important Owner: Nobody Requestors: ern...@eis.ru Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=43574 >
I switched to "if (isalpha(pszItf[0]))" to "if (pszItf[0] != '{')" to fix the bug.