Subject: | Crash selecting a widget in wxperl_demo.pl |
When selecting a widget Wx::Brush and then selecting Wx::DemoModules::lib::DataObjects the program crashes with the message
Can't locate object method "new" via package "Wx::DemoModules::lib::DataObjects" at /usr/local/share/perl5/Wx/Demo.pm line 353.
I've checked the particular module and found a new() sub there but it is calling the new() (on line 83) of the inherited (using SUPER::new()) module Exporter which doesn't have a new().
This might be easy to repair I think.
Marcel Timmerman