On 24-Jul-2001 Rocco Caputo wrote:
> On Tue, Jul 24, 2001 at 01:28:15PM -0400, [EMAIL PROTECTED] wrote:
>> Also, IKC also "works" under win98, but causes an annoying warning at
>> shutdown.
>
> That sucks. Which annoying warning? I think you told me once, but
> I've forgotten.
I no longer have the win98 machine, but it was something about "Use of an
undefined hash element at line 2443 of POE::Kernel during shutdown". This
is the CVS version I'm usting. It's the line in _internal_select that
goes :
my $kr_session = $kr_sessions{$session};
-Philip