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