Subject: | $kernel->quit_yer_yapping(); |
The "run method never called" message is annoying. I don't like the solutions suggested in the FAQ.
http://poe.perl.org/?POE_FAQ/run_method_never_called
How about adding to following code :
sub quit_yer_yapping {
${$poe_kernel->[POE::Kernel::KR_RUN]} |= POE::Kernel::KR_RUN_CALLED;
}
This is a method, a class method and a function and can be called 3 different ways, no waiting.