[perl-win32-gui-hackers] Mini update to Hook()

2003-12-11 Thread Stephen Pick
Hi, Just thought I'd add a little something to the HEM (Hacker/Horrible/Hotchpotch Event Model). $win->Hook() now returns the previous coderef if you reassign a hook. For instance: my $hookone = $win->Hook(0x0020, \&setcursor); my $hooktwo = $win->Hook(0x0020, \&somethingelse); $hookone now eq

[perl-win32-gui-hackers] CVS Commit

2003-12-11 Thread Laurent ROCHER
I commit : [Laurent Rocher] - GUI.pm : Change version to 0.0.670 - GUI.h : Set NO_XSLOCKS for perl 5.005 - GUI_MessageLoops.cpp : Fix for perl 5.005 Now Win32::GUI work for ActivePerl 5.005 Does someone have something to add on CVS ? Where upload new package release ?

Re: [perl-win32-gui-hackers] CVS Commit

2003-12-11 Thread Glenn Linderman
Laurent, Do you mean that you don't have the rights to create a new package name? Is that something that only Aldo can do? Maybe Aldo will do it for us then? If not, I would be glad to host the PPM for the package briefly on my web site until we can make a more official home for it. Is the