Skip Menu |

This queue is for tickets about the Event CPAN distribution.

Report information
The Basics
Id: 14015
Status: resolved
Priority: 0/
Queue: Event

People
Owner: Nobody in particular
Requestors: simonhf [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: (no value)



Subject: Bug with Event & Win32 Ctrl-C handling?
The following doesn't work with ActivePerl 5.8.7.813: my $foo = Event->signal( signal => 'INT', cb => \&interrupt, ); sub interrupt { print "somebody hit ctrl-c"; }
I don't run Win32 hence Win32 is not supported here. Patches welcome. You might ask ActiveState to look into it.
Waiting for patch.