Update of /cvsroot/perl-win32-gui/Win32-GUI/build_tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27009/build_tools
Modified Files: SrcParser.pm Log Message: Enhancements from Reini Urban - Part 1 Index: SrcParser.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/build_tools/SrcParser.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SrcParser.pm 16 Mar 2006 21:11:12 -0000 1.4 --- SrcParser.pm 16 Mar 2006 23:14:31 -0000 1.5 *************** *** 163,167 **** $pack = "Win32::GUI::" . $pack unless $pack eq '*'; ! # The same evnet has multiple legitimate definitions in different packages # for the same package: # for example, Terminate() is described in both Window.xs and MDI.xs, --- 163,167 ---- $pack = "Win32::GUI::" . $pack unless $pack eq '*'; ! # The same event has multiple legitimate definitions in different packages # for the same package: # for example, Terminate() is described in both Window.xs and MDI.xs,