Bug#450599: perl-tk: abort() called from HList while adding with -after

2007-12-09 Thread Slaven Rezic
Tk 804.028-tobe has a fix for this problem. See the current subversion repository https://svn.perl.org/modules/Tk/trunk Regards, Slaven -- Slaven Rezic - slaven at rezic dot de Berlin Perl Mongers - http://berlin.pm.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#450599: perl-tk: abort() called from HList while adding with -after

2007-11-08 Thread Christophe Beauregard
Package: perl-tk Version: 1:804.027-7 Severity: important The following script generates a core dump in the TK::HList code. #!/usr/bin/perl use strict; use warnings; use Tk; use Tk::Tree; my $mw = MainWindow-new(-title = Editor ); my