It has been no less than five years...

It has been no less than five years...

am 23.02.2007 23:24:00 von Bob Hunter

.... that I keep reading these two warnings:

Subroutine Tk::Derived::InitObject redefined at
/Library/Perl/5.8.6/Tk/ChildNotification.pm line 19 (#1)
(W redefine) You redefined a subroutine. To suppress this
warning, say

{
no warnings 'redefine';
eval "sub name { ... }";
}

Subroutine Tk::Widget::InitObject redefined at
/Library/Perl/5.8.6/Tk/ChildNotification.pm line 26 (#1)


The fact is, that nowhere I call ChildNotification.pm, and I have no
clue of what triggers them, despite having searched over and over
again, and again, and again! I need guru meditation,
because I cannot stand to see them again...

Bob

Re: It has been no less than five years...

am 24.02.2007 21:27:09 von Ron Savage

On Sat, 24 Feb 2007 09:24:00 +1100, Bob wrote:

Hi Bob

> Subroutine Tk::Derived::InitObject redefined at
> /Library/Perl/5.8.6/Tk/ChildNotification.pm line 19 (#1) (W
> redefine) You redefined a subroutine. To suppress this warning, say

Perhaps these subs are being autoloaded?