This week's summary

2004-01-27 Thread The Perl 6 Summarizer
The Perl 6 Summary for the week ending 20040125 Welcome to the first summary from my new home in Gateshead. The same old wibble, with a different view from its window and fewer trips to London. Right, time to see what's been going on in perl6-internals this week. Global labels in IMC

Testing signal handlers

2004-01-27 Thread Leopold Toetsch
I've a slight problem when it comes to testing signal handlers. This is currently enabled on linux only. The attached t/pmc/signal.t should send a SIGINT to a sleeping or looping PASM test. This basically works, but the test output looks a bit ugly: t/pmc/signal# No tests run! t/pm