Skip Menu |

This queue is for tickets about the Wx-Demo CPAN distribution.

Report information
The Basics
Id: 93035
Status: new
Priority: 0/
Queue: Wx-Demo

People
Owner: Nobody in particular
Requestors: MARTIMM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.21
Fixed in: (no value)



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