On Jun 7, 2007, at 7:35 AM, Dave Howorth wrote: > I went to that project and noticed it all seems a few years old. I > tried to install Gtk2::Ex::Simple::Tree but it fails its tests. I
I did a quick
$ cpan
cpan> test Gtk2::Ex::Simple::Tree
and also saw errors. The cause seems to be that for a leaf node
$stree->{data} always has children => [], whereas the original
tree often doesn't have a children key at all (causing eqarray to fail).
I have Gtk2 1.143 with gtk+2.0 2.10.12
Cheers, Roderich